Skip to content

Commit c35140b

Browse files
committed
Prepare for release 0.11.0.
1 parent 86108c7 commit c35140b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.11.0
4+
5+
### Added
6+
7+
- New event listener APIs (@darkxanter) - [35](https://github.com/ReactiveCircus/cache4k/pull/35)
8+
9+
### Fixed
10+
11+
- Downgrade stately to 1.2.5 to fix duplicate class error - [36](https://github.com/ReactiveCircus/cache4k/pull/36)
12+
313
## 0.10.0
414

515
### Added

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.cache4k
2-
VERSION_NAME=0.11.0-SNAPSHOT
2+
VERSION_NAME=0.11.0
33

44
POM_URL=https://github.com/reactivecircus/cache4k
55
POM_SCM_URL=https://github.com/reactivecircus/cache4k

0 commit comments

Comments
 (0)