We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477ca99 commit 2a2a4a6Copy full SHA for 2a2a4a6
CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
---
6
7
## master
8
+
9
+## 2.11.0
10
* Workaround issue where mock and spy cache was not invalidated properly
11
* Adding doc for `delegate` and removed return type where not needed
12
gradle.properties
@@ -17,7 +17,7 @@ ksp.incremental=true
17
ksp.incremental.log=true
18
19
GROUP=com.careem.mockingbird
20
-VERSION=2.11.0-SNAPSHOT
+VERSION=2.11.0
21
POM_NAME=mockingbird
22
POM_DESCRIPTION=A Koltin multiplatform library that provides an easier way to mock and write unit tests for a multiplatform project
23
POM_SCM_URL=https://github.com/careem/mockingbird
0 commit comments