Skip to content

Commit dee8904

Browse files
author
shubhang.balkundi
committed
prepares for v4.10.0 release
1 parent efb762d commit dee8904

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
All notable changes to this project will be documented in this file. This change log follows the conventions
44
of [keepachangelog.com](http://keepachangelog.com/).
55

6+
## 4.10.0
7+
- Adds Native Prometheus client integration
8+
69
## 4.9.1
710

811
- Adds Graceful shutdown to the http server

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(cemerick.pomegranate.aether/register-wagon-factory!
33
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.))
44

5-
(defproject tech.gojek/ziggurat "4.9.4"
5+
(defproject tech.gojek/ziggurat "4.10.0"
66
:description "A stream processing framework to build stateless applications on kafka"
77
:url "https://github.com/gojektech/ziggurat"
88
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)