Skip to content

Commit

Permalink
Updates ziggurat version to 3.3.0-alpha.3 and adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theanirudhvyas committed Apr 21, 2020
1 parent 04bf68a commit 53d111a
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

## 3.3.0-alpha.3 - 2020-04-22
- Fixes metrics initialization

## 3.3.0-alpha.2 - 2020-04-21
- Refactors Metrics.clj
- Moves dropwizard metrics logic to its own namespace
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.3.0-alpha.2"
(defproject tech.gojek/ziggurat "3.3.0-alpha.3"
: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 53d111a

Please sign in to comment.