We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb762d commit dee8904Copy full SHA for dee8904
2 files changed
CHANGELOG.md
@@ -3,6 +3,9 @@
3
All notable changes to this project will be documented in this file. This change log follows the conventions
4
of [keepachangelog.com](http://keepachangelog.com/).
5
6
+## 4.10.0
7
+- Adds Native Prometheus client integration
8
+
9
## 4.9.1
10
11
- Adds Graceful shutdown to the http server
project.clj
@@ -2,7 +2,7 @@
2
(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"
0 commit comments