chore(package): bump version to 1.125.0

This commit is contained in:
Vijay Budhram 2018-11-14 07:46:53 -05:00
Родитель c9c62459c8
Коммит 54ce16c65c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D49B640E659DCB9E
3 изменённых файлов: 20 добавлений и 2 удалений

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

@ -1,3 +1,21 @@
<a name="v1.125.0"></a>
## v1.125.0 (2018-11-14)
#### Bug Fixes
* **cargo:** remove old rocket comment ([c706d760](c706d760))
* **sentry:** capture errors at point of creation rather than when logged ([02408f59](02408f59))
* **settings:** fix panic when sentry is disabled ([4f47e93b](4f47e93b))
#### Features
* **bounces:** use timestamps from ses instead of the current time ([906f3911](906f3911), closes [#205](205))
* **settings:** extract provider type to a fully-fledged enum ([0bd766d4](0bd766d4))
* **types:** ignore display name part when parsing email addresses ([5d5ae603](5d5ae603), closes [#201](201))
<a name="v1.124.1"></a>
## v1.124.1 (2018-11-07)

2
Cargo.lock сгенерированный
Просмотреть файл

@ -598,7 +598,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.124.1"
version = "1.125.0"
dependencies = [
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -1,6 +1,6 @@
[package]
name = "fxa_email_service"
version = "1.124.1"
version = "1.125.0"
publish = false
[[bin]]