From 29e1ca7ad218cda40c8919479704f37b32ee57f7 Mon Sep 17 00:00:00 2001 From: Careem Bot Date: Tue, 5 Dec 2023 11:32:14 +0000 Subject: [PATCH] Bumping 2.16.0 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9779b98..7792cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. --- ## master + +## 2.16.0 * Fix missed calls recorded by InvocationRecorder switching to ConcurrentMutableMap to record methods calls ## 2.15.0 diff --git a/gradle.properties b/gradle.properties index fcfa339..de6686e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ ksp.incremental=true ksp.incremental.log=true GROUP=com.careem.mockingbird -VERSION=2.16.0-SNAPSHOT +VERSION=2.16.0 # Kotlin kotlin.code.style=official kotlin.mpp.stability.nowarn=true