Skip to content

Commit 6cac335

Browse files
committed
Increment version to 4.0.7
1 parent 8ecd9b9 commit 6cac335

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [4.0.7] - 2023-06-08
7+
8+
### Changed
9+
- Bump GDK to version 0.0.63
10+
- Update dependencies
11+
12+
### Added
13+
- Add lightning support as experimental feature
14+
- Add a blinding step in liquid for software and hardware wallets
15+
16+
### Fixed
17+
- Fix watch-only view for large fonts
18+
619
## [4.0.4] - 2023-05-03
720

821
### Changed

green/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
defaultConfig {
4343
minSdk = 23
4444
targetSdk = 33
45-
versionCode = 404
46-
versionName = "4.0.4"
45+
versionCode = 407
46+
versionName = "4.0.7"
4747
setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
4848

4949
testApplicationId = "com.blockstream.green.test"
@@ -296,4 +296,4 @@ class RoomSchemaArgProvider(
296296
override fun asArguments(): Iterable<String> {
297297
return listOf("room.schemaLocation=${schemaDir.path}")
298298
}
299-
}
299+
}

0 commit comments

Comments
 (0)