Skip to content

Commit

Permalink
Adds release notes for 2.12.0
Browse files Browse the repository at this point in the history
Co-authored-by: Kartik Gupta <rulz.gupta@gmail.com>
  • Loading branch information
mjayprateek and kartik7153 committed Jun 17, 2019
1 parent 4064009 commit 79a583f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

## 2.12.0 - 2019-06-17
- Add support for providing a topic-name label in the metrics
- Multiple Kafka producers support in ziggurat (#55)
- Validate stream routes only when modes is not present or it contains stream-server (#59)

## 2.11.1 - 2019-06-04
- Actor stop fn should stop before the Ziggurat state (#53)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject tech.gojek/ziggurat "2.11.1"
(defproject tech.gojek/ziggurat "2.12.0"
: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 79a583f

Please sign in to comment.