Skip to content

Commit

Permalink
fix release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vruttantmankad committed Apr 4, 2024
1 parent cc2eac9 commit 7370b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,8 +3,12 @@
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.10.2
## 4.11.1
- Fix retry-count returning nil if empty. Returns 0 by default now.

## 4.11.0
- exposes kafka key to stream routes

## 4.10.0
- Adds Native Prometheus client integration

Expand Down
2 changes: 1 addition & 1 deletion project.clj
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.10.2"
(defproject tech.gojek/ziggurat "4.11.1"
: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 7370b30

Please sign in to comment.