diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac0e4f6..b21326dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## 4.10.2 +## 4.11.1 - Fix retry-count returning nil if empty. Returns 0 by default now. + +## 4.11.0 +- exposes kafka key to stream routes + ## 4.10.0 - Adds Native Prometheus client integration diff --git a/project.clj b/project.clj index 8ab30fa5..64a42a61 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ (cemerick.pomegranate.aether/register-wagon-factory! "http" #(org.apache.maven.wagon.providers.http.HttpWagon.)) -(defproject tech.gojek/ziggurat "4.10.2" +(defproject tech.gojek/ziggurat "4.11.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"