From cb5befbb194c9f951455fd3d3ed699b5a9206018 Mon Sep 17 00:00:00 2001 From: Eli Hart Date: Mon, 6 Dec 2021 14:56:20 -0800 Subject: [PATCH] prepare for 2.5.0 release (#592) --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff969b0a..bb7c69e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Change Log + +## 2.5.0 +- Fix issue when the LocalContext is not directly an Activity (#582) +- update to Compose 1.0.4, Kotlin 1.5.31, Koin 3.1.3 (#586) +- Ignore VerifyError Exception when loading potential mockable classes #590 + ## 2.4.0 - Add covariant recreation support (#565) - Exposing unique subscription handling for custom flow operations (#560) diff --git a/gradle.properties b/gradle.properties index eea1757f..99b8a592 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.4.0 +VERSION_NAME=2.5.0 GROUP=com.airbnb.android POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun. POM_URL=https://github.com/airbnb/mavericks