diff --git a/CHANGELOG.md b/CHANGELOG.md index 94faa4e2..8f6883a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This change ## Unreleased Changes +## 3.4.2-alpha.4 + +- Log metadata thru sentry + ## 3.4.2-alpha.3 - Fix project version diff --git a/project.clj b/project.clj index 48854b52..40c01ba4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject tech.gojek/ziggurat "3.4.2-alpha.3" +(defproject tech.gojek/ziggurat "3.4.2-alpha.4" :description "A stream processing framework to build stateless applications on kafka" :url "https://github.com/gojektech/ziggurat" :license {:name "Apache License, Version 2.0"