We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fab769 commit 5753633Copy full SHA for 5753633
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.12.0
10
* Catching up with latest dependencies
11
* Deprecated old memory model support
12
gradle.properties
@@ -17,7 +17,7 @@ ksp.incremental=true
17
ksp.incremental.log=true
18
19
GROUP=com.careem.mockingbird
20
-VERSION=2.12.0-SNAPSHOT
+VERSION=2.12.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