Skip to content

Commit

Permalink
Updates ziggurat version to 3.3.0 and updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theanirudhvyas committed May 26, 2020
1 parent c881286 commit b962435
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

## 3.3.0 - 2020-05-26
- Makes metrics library configurable, exposes a metrics interface and provides an
implementation for clj-statsd library.
- Updates dependency of flatland/protobuf and puts the change behind a alpha-features configuration flag
- Adds support for all configurations of kafka-producer.

*(for a more details list of changes look at the changelogs of 3.3.0-alpha. entries)*

## 3.3.0-alpha.8 - 2020-05-19
- Adding support for all configurations supported by Kafka Producer

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject tech.gojek/ziggurat "3.3.0-alpha.8"
(defproject tech.gojek/ziggurat "3.3.0"
: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 b962435

Please sign in to comment.