Skip to content

Commit

Permalink
update ziggurat version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhang.balkundi committed May 7, 2020
1 parent a1e58f5 commit d211ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

## 3.3.0-alpha.6 - 2020-05-07
- Fixes [Issue](https://github.com/gojek/ziggurat/issues/144)
- Adds alpha feature flags

## 3.3.0-alpha.5 - 2020-04-28
- Makes metrics implementation configurable
- passes "all" metric-name to update timing for all metrics
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.5"
(defproject tech.gojek/ziggurat "3.3.0-alpha.6"
: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 d211ede

Please sign in to comment.