diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f723ba..236ad55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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.0 +- Adds Native Prometheus client integration + ## 4.9.1 - Adds Graceful shutdown to the http server diff --git a/project.clj b/project.clj index ccf8dfc2..27a7f74c 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.9.4" +(defproject tech.gojek/ziggurat "4.10.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"