Skip to content

Commit 2d60d64

Browse files
authored
Merge pull request #1074 from synonymdev/chore/version-2.3.2
chore: version 2.3.2
2 parents 6a4e061 + 1023e29 commit 2d60d64

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
@@ -169,8 +169,8 @@ android {
169169
applicationId = "to.bitkit"
170170
minSdk = 28
171171
targetSdk = 36
172-
versionCode = 184
173-
versionName = "2.3.1"
172+
versionCode = 185
173+
versionName = "2.3.2"
174174
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
175175
bitkitAndroidTestAnnotation?.let {
176176
testInstrumentationRunnerArguments["annotation"] = it

changelog.d/next/1052.fixed.md

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

0 commit comments

Comments
 (0)