Skip to content

Commit a2bf110

Browse files
committed
chore: version 2.3.2
1 parent 2f0eb8e commit a2bf110

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.3.2] - 2026-07-14
11+
12+
### Fixed
13+
- Improved Lightning payment route selection reliability. #1052
14+
1015
## [2.3.1] - 2026-06-26
1116

1217
### Fixed
@@ -100,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100105
- About screen (content merged into Support) #857
101106
- Standalone General, Security, and Advanced settings screens (merged into tabs) #857
102107

103-
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.3.1...HEAD
108+
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.3.2...HEAD
109+
[2.3.2]: https://github.com/synonymdev/bitkit-android/compare/v2.3.1...v2.3.2
104110
[2.3.1]: https://github.com/synonymdev/bitkit-android/compare/v2.3.0...v2.3.1
105111
[2.3.0]: https://github.com/synonymdev/bitkit-android/compare/v2.2.0...v2.3.0
106112
[2.2.0]: https://github.com/synonymdev/bitkit-android/compare/v2.1.2...v2.2.0

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ android {
149149
applicationId = "to.bitkit"
150150
minSdk = 28
151151
targetSdk = 36
152-
versionCode = 184
153-
versionName = "2.3.1"
152+
versionCode = 185
153+
versionName = "2.3.2"
154154
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
155155
bitkitAndroidTestAnnotation?.let {
156156
testInstrumentationRunnerArguments["annotation"] = it

changelog.d/hotfix/1052.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)