Skip to content

Commit

Permalink
Updates ziggurat version to 2.12.1 and adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theanirudhvyas committed Jun 28, 2019
1 parent ea674fc commit 34d8a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

## 2.12.1 - 2019-06-28
- Fixes a bug where calling inc-or-dec count without passing additional tags raised and exception

## 2.12.0 - 2019-06-17
- Add support for providing a topic-name label in the metrics
- Multiple Kafka producers support in ziggurat (#55)
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.12.0"
(defproject tech.gojek/ziggurat "2.12.1"
: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 34d8a75

Please sign in to comment.