Skip to content

Commit

Permalink
prepare for 4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
macalimlim committed Oct 3, 2021
1 parent 06e4461 commit 444ddfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.4.0
- Allows channel mapper to push to dead letter queue

## 4.3.1
- Fixes the stop order of components to facilitate graceful shutdown of business operations

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(cemerick.pomegranate.aether/register-wagon-factory!
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.))

(defproject tech.gojek/ziggurat "4.3.1"
(defproject tech.gojek/ziggurat "4.4.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"
Expand Down

0 comments on commit 444ddfe

Please sign in to comment.