Skip to content

Commit

Permalink
changed the project version to 3.5.1 and added the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mjayprateek committed Oct 5, 2020
1 parent 623061e commit 79191ca
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 @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

## 3.5.1
- Fixed publishing of metrics for batch consumption
- Fixed the startup logic for batch consumption - only routes provided in Ziggurat init-args will be started
- Standardized naming for Kafka Consumer API configs

## 3.5.0

- Adds support for consuming Kafka messages in batches using Kafka Consumer API
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject tech.gojek/ziggurat "3.5.0"
(defproject tech.gojek/ziggurat "3.5.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 79191ca

Please sign in to comment.