diff --git a/CHANGELOG.md b/CHANGELOG.md index ad28d5f7..8fd28f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project.clj b/project.clj index 6e38ee38..97cee60a 100644 --- a/project.clj +++ b/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"