diff --git a/CHANGELOG.md b/CHANGELOG.md index 914bd1c..fba88b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.3.10 + +### Fixed +- Fixed an issue related to dispatch window callback mutations. + ## 2.3.9 ### Fixed diff --git a/sample/dependencies.gradle.kts b/sample/dependencies.gradle.kts index 9f5e2be..df2fa76 100644 --- a/sample/dependencies.gradle.kts +++ b/sample/dependencies.gradle.kts @@ -1,4 +1,4 @@ -val sdk_version = "2.3.9" +val sdk_version = "2.3.10" extra["versions"] = mapOf( "androidx.core" to "androidx.core:core-ktx:1.9.0",