Skip to content

Commit

Permalink
Bump version to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Oct 24, 2020
1 parent 3e3cf45 commit 0b44d51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.8.0 - 2020-10-26

### Added

- Collect locale information. (#69)
- Add zh-TW translation. (#100)

### Fixed

- Sign `SortedProofInformation` before the information is completely collected. (#122)

### Changed

#### Code Quality

- Simplify Koin DI definitions with reflection.

## 1.7.0 - 2020-10-12

### Added
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "io.numbersprotocol.starlingcapture"
minSdkVersion 26
targetSdkVersion 30
versionCode 7
versionName "1.7.0"
versionCode 8
versionName "1.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 0b44d51

Please sign in to comment.