We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34f6d4 commit 29e1ca7Copy full SHA for 29e1ca7
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
---
6
## master
7
+
8
+## 2.16.0
9
* Fix missed calls recorded by InvocationRecorder switching to ConcurrentMutableMap to record methods calls
10
11
## 2.15.0
gradle.properties
@@ -17,7 +17,7 @@ ksp.incremental=true
17
ksp.incremental.log=true
18
19
GROUP=com.careem.mockingbird
20
-VERSION=2.16.0-SNAPSHOT
+VERSION=2.16.0
21
# Kotlin
22
kotlin.code.style=official
23
kotlin.mpp.stability.nowarn=true
0 commit comments