File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,29 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ---
8+
9+ ## Template [ 0.2.0] - 2023-02-12
10+ ### Added
11+ - feat: implements ` StateStore.query `
12+ - improved javadoc
13+ - adds documentation on
14+ - store types + operations
15+ - builder & options
16+ - link to examples
17+ - known limitations
18+ - cassandra specifics
19+
20+ ### Fixed
21+ - for any bug fixes
22+
23+ [ 0.2.0 ] : https://github.com/thriving-dev/kafka-streams-cassandra-state-store/compare/v0.1.0...v0.2.0
24+ [ 0.1.0 ] : https://github.com/thriving-dev/kafka-streams-cassandra-state-store/releases/tag/v0.1.0
25+
726## [ 0.1.0] - 2023-01-08
827First public release
928
29+
1030---
1131
1232## Template [ x.y.z] - yyyy-mm-dd
You can’t perform that action at this time.
0 commit comments