Skip to content

Commit 6f036ee

Browse files
committed
prepare for 4.3.1 release
1 parent dd28834 commit 6f036ee

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+
## 4.3.1
6+
- Fixes the stop order of components to facilitate graceful shutdown of business operations
7+
58
## 4.3.0
69
- Update on the UpgradeGuide document
710
- Removed the flatland dependency

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