diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f6d1d..ae265ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.4.10] - 11-11-2023 + +### Fixed + +- Fixed load error due to API change + + ## [2.4.9] - 06-06-2023 ### Changed diff --git a/app/build.gradle b/app/build.gradle index a6f0e9d..09f86ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { minSdkVersion 21 targetSdkVersion 34 - versionCode 72 - versionName "2.4.9" + versionCode 73 + versionName "2.4.10" } if (isCi) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 579a475..a06922d 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,5 @@ +### Fixed +- Fixed load error due to API change + ### Changed - Updated libraries \ No newline at end of file