Skip to content

Commit

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

## Unreleased Changes

## 3.0.0-alpha.2 - 2019-07-03
- Fixes a bug that incorrectly checked for additional-tags in ziggurat.metrics/merge-tags

## 3.0.0-alpha.1 - 2019-06-28
- Fixes a bug where calling inc-or-dec count without passing additional tags raised and exception
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 "3.0.0-alpha.1"
(defproject tech.gojek/ziggurat "3.0.0-alpha.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 a4a1fb5

Please sign in to comment.