diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c55ca1dfa..91f601c199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +### Changed + ### Fixed + +## [3.2.2] - 2019-01-15 +### Fixed - Accessibility on Pocket megatile ## [3.2.1] - 2019-01-14 @@ -142,8 +147,9 @@ 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.1..HEAD -[3.2.1]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2...v3.2.1 +[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2.2...HEAD +[3.2.2]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2.1...3.2.2 +[3.2.1]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2...3.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 9d349c6c78..8a4368c0a1 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.1" + versionName "3.2.2" testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner" testInstrumentationRunnerArguments clearPackageData: 'true'