Release v1.119.0 (#179)
This commit is contained in:
Родитель
7beca536e6
Коммит
f7eb9f65bb
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
|||
<a name="v1.119.0"></a>
|
||||
## v1.119.0 (2018-08-22)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* **logging:** add sentry support (#176) r=@vladikoff ([73d07bd7](73d07bd7))
|
||||
* **socketlabs:** create and return id for socketlabs messages ([30639fc3](30639fc3))
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **logging:** remove unnecessary and add debug logs in queues (#177) r=@vladikoff ([0f790c16](0f790c16))
|
||||
* **queues:**
|
||||
* make queue parsing logic follow the sns format (#178) r=@vladikoff ([7beca536](7beca536))
|
||||
* fix executor error on queues process (#174) r=@vladikoff,@philbooth ([5e9f2688](5e9f2688))
|
||||
|
||||
|
||||
|
||||
<a name="v1.118.0"></a>
|
||||
## v1.118.0 (2018-08-09)
|
||||
|
||||
|
|
|
@ -562,7 +562,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fxa_email_service"
|
||||
version = "1.118.0"
|
||||
version = "1.119.0"
|
||||
dependencies = [
|
||||
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fxa_email_service"
|
||||
version = "1.118.0"
|
||||
version = "1.119.0"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
|
|
Загрузка…
Ссылка в новой задаче