diff --git a/CHANGELOG.md b/CHANGELOG.md index e63dc3ee7d..9c519e2519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.2.1] - 2019-01-14 +###Fixed +- Fixed a bug where "send usage data" could not be unchecked + ## [3.2] - 2019-01-11 ### Added - Clicking remote menu button from Pocket feed now returns to overlay @@ -132,7 +136,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.2..HEAD +[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2.1..HEAD +[3.2.1]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2...v3.2.1 [3.2]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.1.3...v3.2 [3.1.3]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.1.2...v3.1.3 [3.1.2]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.1.1...v3.1.2 diff --git a/app/build.gradle b/app/build.gradle index 0652a868e4..9d349c6c78 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.2" + versionName "3.2.1" testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner" testInstrumentationRunnerArguments clearPackageData: 'true'