Skip to content

Commit

Permalink
prepare for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
macalimlim committed Sep 23, 2021
1 parent 2cb7e9a commit e537080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.3.0
- Update on the UpgradeGuide document
- Removed the flatland dependency
- Allow handler function to push to dead letter queue

## 4.2.0
- Enabled structured logging via [cambium](https://cambium-clojure.github.io/)
- Replaced log4j with logback as the default slf4j implementation.
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.2.0"
(defproject tech.gojek/ziggurat "4.3.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 e537080

Please sign in to comment.