chore(package): bump version, update changelog

This commit is contained in:
Phil Booth 2018-11-15 07:55:24 +00:00
Родитель 5bd956cf30
Коммит 3d73bee857
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 36FBB106F9C32516
3 изменённых файлов: 16 добавлений и 2 удалений

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

@ -1,3 +1,17 @@
<a name="v1.125.1"></a>
## v1.125.1 (2018-11-15)
#### Bug Fixes
* **ci:** enable branch builds in travis ([14491612](14491612))
* **headers:** propagate the Content-Language header ([67ebf3fe](67ebf3fe))
* **ses:**
* add Sender header ([3e278667](3e278667))
* ensure html part gets charset=utf-8 content type ([67320d28](67320d28))
<a name="v1.125.0"></a>
## v1.125.0 (2018-11-14)

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

@ -598,7 +598,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.125.0"
version = "1.125.1"
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.125.0"
version = "1.125.1"
publish = false
[[bin]]