Skip to content

Commit

Permalink
Adds changelog for 2.10.2
Browse files Browse the repository at this point in the history
Co-authored-by: Kartik <rulz.gupta@gmail.com>
Co-authored-by: Shubham <shubham.s@go-jek.com>
  • Loading branch information
kartik7153 and shubhamsaxena7 committed May 3, 2019
1 parent 84140dc commit 5c98c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

#2.10.1 - 2019-05-02
## 2.10.2 - 2019-05-03
- Adds config to change the changelog topic replication factor

## 2.10.1 - 2019-05-02
- dont close the channel on shutdown listener. it is already closed when connection is broken. this prevents topology recovery
- catch message production exception in rabbitmq publisher
- Adds nippy as dependency instead of carmine
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject tech.gojek/ziggurat "2.10.1"
(defproject tech.gojek/ziggurat "2.10.2"
:description "A stream processing framework to build stateless applications on kafka"
:url "https://github.com/gojektech/ziggurat"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 5c98c8e

Please sign in to comment.