This commit is contained in:
Thom Chiovoloni 2019-03-15 09:28:51 -07:00 коммит произвёл Thom Chiovoloni
Родитель 0db3e2752f
Коммит d4d7196401
2 изменённых файлов: 9 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,14 @@
**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.20.0...master)
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.20.1...master)
# v0.20.1 (_2019-03-15_)
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.20.0...v0.20.1)
- A error in the build.gradle file caused the v0.20.0 release to fail, this
release should not be meaningfully different from it.
# v0.20.0 (_2019-03-14_)

Просмотреть файл

@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.3.10'
ext.library = [
version: '0.19.0'
version: '0.20.1'
]
ext.build = [