Skip to content

Commit 2a2a4a6

Browse files
committed
Bumping 2.11.0
1 parent 477ca99 commit 2a2a4a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
---
66

77
## master
8+
9+
## 2.11.0
810
* Workaround issue where mock and spy cache was not invalidated properly
911
* Adding doc for `delegate` and removed return type where not needed
1012

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ksp.incremental=true
1717
ksp.incremental.log=true
1818

1919
GROUP=com.careem.mockingbird
20-
VERSION=2.11.0-SNAPSHOT
20+
VERSION=2.11.0
2121
POM_NAME=mockingbird
2222
POM_DESCRIPTION=A Koltin multiplatform library that provides an easier way to mock and write unit tests for a multiplatform project
2323
POM_SCM_URL=https://github.com/careem/mockingbird

0 commit comments

Comments
 (0)