Skip to content

Commit cfcb8ad

Browse files
committed
Prepare for release 0.9.0.
1 parent ef04232 commit cfcb8ad

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 0.9.0
4+
5+
### Fixed
6+
7+
- Revert to using `state-collections` to fix JVM concurrency issue - [#23](https://github.com/ReactiveCircus/cache4k/issues/23)
8+
9+
### Changed
10+
11+
- Kotlin 1.7.20.
12+
- AtomicFU 0.18.5.
13+
314
## 0.8.0
415

516
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.cache4k
2-
VERSION_NAME=0.9.0-SNAPSHOT
2+
VERSION_NAME=0.9.0
33

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

0 commit comments

Comments
 (0)