diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd11da..d08ff2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. --- ## master +## 2.20.0 + ## 2.19.0 ## 2.18.0 diff --git a/gradle.properties b/gradle.properties index 06e5003..174c7dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ ksp.incremental=true ksp.incremental.log=true GROUP=com.careem.mockingbird -VERSION=2.20.0-SNAPSHOT +VERSION=2.20.0 # Kotlin kotlin.code.style=official kotlin.mpp.stability.nowarn=true