chore(package): bump version, update changelog
This commit is contained in:
Родитель
5bd956cf30
Коммит
3d73bee857
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Загрузка…
Ссылка в новой задаче