Skip to content

Commit 018f7fb

Browse files
committed
chore: updates changelog, adding 0.2.0 release notes
1 parent b425c93 commit 018f7fb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/),
55
and 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
827
First public release
928

29+
1030
---
1131

1232
## Template [x.y.z] - yyyy-mm-dd

0 commit comments

Comments
 (0)