From afa8213d1b7193930bdd453c85b1a50c5d69a321 Mon Sep 17 00:00:00 2001 From: Chenxia Liu Date: Wed, 24 Apr 2019 16:25:33 -0700 Subject: [PATCH] No issue: Update changelog and version --- CHANGELOG.md | 12 ++++++++++-- app/build.gradle | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006349c96a..a54c27c490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 2f6fdc6f5d..30d5825b4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'