Skip to content

Commit 34d1481

Browse files
chore: version 2.3.1
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent af08814 commit 34d1481

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.1] - 2026-06-26
11+
12+
### Fixed
13+
- Improved LNURL-pay invoice validation. #1048
14+
1015
## [2.3.0] - 2026-06-05
1116

1217
### Added
@@ -94,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9499
- About screen (content merged into Support) #857
95100
- Standalone General, Security, and Advanced settings screens (merged into tabs) #857
96101

97-
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.3.0...HEAD
102+
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.3.1...HEAD
103+
[2.3.1]: https://github.com/synonymdev/bitkit-android/compare/v2.3.0...v2.3.1
98104
[2.3.0]: https://github.com/synonymdev/bitkit-android/compare/v2.2.0...v2.3.0
99105
[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 = 182
153-
versionName = "2.3.0"
152+
versionCode = 183
153+
versionName = "2.3.1"
154154
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
155155
bitkitAndroidTestAnnotation?.let {
156156
testInstrumentationRunnerArguments["annotation"] = it

changelog.d/hotfix/1048.fixed.md

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

0 commit comments

Comments
 (0)