Skip to content

Commit 2b2ae91

Browse files
committed
Update version to 1.16.1(28)
1 parent d0d9858 commit 2b2ae91

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
88
for further information about branching and tagging conventions.
99

10+
## [1.16.1] 2022-09-12
11+
12+
### Added
13+
- Display of current network on the lock screen
14+
- Helpful prompt is shown when scanning network QR code
15+
16+
### Fixed
17+
- Crash on sign in when 2FA is enabled
18+
- Ignoring the protocol when scanning web client URL QR code
19+
- Accepting 2D barcodes when scanning network QR code
20+
1021
## [1.16.0] 2021-12-14
1122

1223
### Changed
@@ -405,7 +416,8 @@ with ability to copy
405416

406417
- Error on sign in when user has balances with unknown asset details
407418

408-
[Unreleased]: https://github.com/tokend/android-client/compare/1.16.0(27)...HEAD
419+
[Unreleased]: https://github.com/tokend/android-client/compare/1.16.1(28)...HEAD
420+
[1.16.1]: https://github.com/tokend/android-client/compare/1.16.0(27)...1.16.1(28)
409421
[1.16.0]: https://github.com/tokend/android-client/compare/1.15.3(26)...1.16.0(27)
410422
[1.15.3]: https://github.com/tokend/android-client/compare/1.15.2(25)...1.15.3(26)
411423
[1.15.2]: https://github.com/tokend/android-client/compare/1.15.1(24)...1.15.2(25)

app/app_config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ext {
44
// Application ID - unique identifier of the app in Google Play and on user's device
55
application_id = 'org.tokend.template'
66
// Version Name - human-readable app version
7-
version_name = '1.16.0'
7+
version_name = '1.16.1'
88
// Version Code - code number for version,
99
// must be incremented after each release
10-
version_code = 27
10+
version_code = 28
1111

1212
// --------------------------
1313

0 commit comments

Comments
 (0)