diff --git a/CHANGELOG.md b/CHANGELOG.md index e370d0eba..9c043b712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.2] - 2026-07-14 + +### Fixed +- Improved Lightning payment route selection reliability. #1052 + ## [2.3.1] - 2026-06-26 ### Fixed @@ -100,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - About screen (content merged into Support) #857 - Standalone General, Security, and Advanced settings screens (merged into tabs) #857 -[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.3.1...HEAD +[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.3.2...HEAD +[2.3.2]: https://github.com/synonymdev/bitkit-android/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/synonymdev/bitkit-android/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/synonymdev/bitkit-android/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/synonymdev/bitkit-android/compare/v2.1.2...v2.2.0 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 311055ebd..88f5f616f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -169,8 +169,8 @@ android { applicationId = "to.bitkit" minSdk = 28 targetSdk = 36 - versionCode = 184 - versionName = "2.3.1" + versionCode = 185 + versionName = "2.3.2" testInstrumentationRunner = "to.bitkit.test.HiltTestRunner" bitkitAndroidTestAnnotation?.let { testInstrumentationRunnerArguments["annotation"] = it diff --git a/changelog.d/next/1052.fixed.md b/changelog.d/next/1052.fixed.md deleted file mode 100644 index f397e0c62..000000000 --- a/changelog.d/next/1052.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Improved Lightning payment route selection reliability.