Application servieces release 0.13.2

This commit is contained in:
Thom Chiovoloni 2019-01-11 11:29:49 -08:00 коммит произвёл Thom
Родитель ab27bb1a66
Коммит 46f863f83b
2 изменённых файлов: 7 добавлений и 4 удалений

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

@ -1,16 +1,19 @@
# Unreleased Changes
- The fxa-client Android and iOS librairies will throw a differentiated exception for general network errors. ([#535](https://github.com/mozilla/application-services/pull/535))
**TODO: remove before tagging/publishing a release**
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.13.1...master)
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.13.2...master)
# 0.13.2 (_2019-01-11_)
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.13.1...v0.13.2)
## Firefox Accounts
### What's New
- The fxa-client android library will now write logs to logcat. ([#533](https://github.com/mozilla/application-services/pull/533))
- The fxa-client Android and iOS librairies will throw a differentiated exception for general network errors. ([#535](https://github.com/mozilla/application-services/pull/535))
# 0.13.1 (_2019-01-10_)

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

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