Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
No issue: Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuche committed Apr 24, 2019
1 parent 549bed4 commit afa8213
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Move Settings into channel on the homescreen (#689)

### Changed

### Fixed


## [3.8] 2019-04-30
### Added
- Move Settings into channel on the homescreen (#689)

### Fixed
- Fix Pocket timeout exceptions (#2095)

## [3.7-RO] 2019-04-16
*Released to Fire TV 4K, staged roll-out*
### Added
Expand Down Expand Up @@ -220,7 +227,8 @@ The CHANGELOG entries for the releases listed below this were added retroactivel
## [1.0] - 2017-12-20
*Initial release! A browser including home tile shortcuts.*

[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.7-RO...HEAD
[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.8...HEAD
[3.8]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.7-RO...v3.8
[3.7-RO]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.6-RO...v3.7-RO
[3.6-RO]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.5-RO...v3.6-RO
[3.5-RO]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.4-A...v3.5-RO
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
targetSdkVersion 28
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "3.7-LAT1"
versionName "3.8-LAT1"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit afa8213

Please sign in to comment.