Skip to content

Commit f5e0822

Browse files
authored
Merge pull request #215 from hogaur/master
Michael/Hari | Prepares for Release 3.11.0
2 parents 44d1828 + 5411f18 commit f5e0822

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
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
44

5+
## 3.11.0
6+
- Uses Kafka Streams client 2.5.0
7+
58
## 3.10.0
69
- Uses Kafka Streams client 2.4.1
710

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 "3.10.0"
5+
(defproject tech.gojek/ziggurat "3.11.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)