We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04232 commit cfcb8adCopy full SHA for cfcb8ad
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
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
14
## 0.8.0
15
16
### Added
gradle.properties
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.cache4k
-VERSION_NAME=0.9.0-SNAPSHOT
+VERSION_NAME=0.9.0
POM_URL=https://github.com/reactivecircus/cache4k
POM_SCM_URL=https://github.com/reactivecircus/cache4k
0 commit comments