diff --git a/CHANGELOG.md b/CHANGELOG.md index 82040c02d..afeda269f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ **See [the release process docs](docs/howtos/cut-a-new-release.md) for the steps to take when cutting a new release.** -[Full Changelog](https://github.com/mozilla/application-services/compare/v0.16.1...master) +[Full Changelog](https://github.com/mozilla/application-services/compare/v0.17.0...master) + +# 0.17.0 (_2019-02-19_) + +[Full Changelog](https://github.com/mozilla/application-services/compare/v0.16.1...v0.17.0) ## FxA diff --git a/build.gradle b/build.gradle index 6fdffe6dc..587478dee 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext.kotlin_version = '1.3.10' ext.library = [ - version: '0.16.1' + version: '0.17.0' ] ext.build = [