diff --git a/CHANGELOG.md b/CHANGELOG.md index 4526fc2d..90036a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/project.clj b/project.clj index c5bc56ab..69847c4e 100644 --- a/project.clj +++ b/project.clj @@ -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"