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