Skip to content

Commit acf69c6

Browse files
committed
prepare for 3.4.2-alpha.3 release
1 parent 7f4ba8b commit acf69c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This change
44

55
## Unreleased Changes
66

7+
## 3.4.2-alpha.3
8+
9+
- Fix project version
10+
711
## 3.4.2-alpha.2
812

913
- Log the stream record metadata

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject tech.gojek/ziggurat "3.4.2-alpha.2"
1+
(defproject tech.gojek/ziggurat "3.4.2-alpha.3"
22
:description "A stream processing framework to build stateless applications on kafka"
33
:url "https://github.com/gojektech/ziggurat"
44
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)