diff --git a/CHANGELOG.md b/CHANGELOG.md index 3702ad5f5a..a74880c7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,14 @@ It diverges in the following ways: [Semantic Versioning](http://semver.org/spec/v2.0.0.html) for bug fix releases. ## Unreleased -### Added -- QA: command-line control to set current locale (#2418) - -### Changed +## 4.1 - 2019-07-29 ### Fixed - Prevent some videos from being offset to the right, with a black strip on the left. (#2526) ## 4.0 - 2019-07-15 +### Added +- QA: command-line control to set current locale (#2418) ### Fixed - Crash when last tile deleted (#2444) diff --git a/app/build.gradle b/app/build.gradle index a4c2f1aa1d..3ac1367ca5 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 "4.1-LAT2" + versionName "4.1" testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner" testInstrumentationRunnerArguments clearPackageData: 'true'