Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit c0dfd7a

Browse files
committed
chore(package): bump version, update changelog
1 parent cb5ccbf commit c0dfd7a

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="v1.124.0"></a>
2+
## v1.124.0 (2018-10-30)
3+
4+
5+
#### Features
6+
7+
* **db:**
8+
* write bounce and complaint records to our own db ([ed83e5b1](ed83e5b1))
9+
* serialize to JSON on write and deserialize from JSON on read ([31da83bb](31da83bb))
10+
* **docs:**
11+
* mention command-line shortcuts for running binaries ([6d04dcc9](6d04dcc9))
12+
* promote fxa-local-dev as a first class way to run locally ([80bb9864](80bb9864))
13+
14+
#### Bug Fixes
15+
16+
* **ci:** only build deployment artifacts for tags ([95e20e07](95e20e07))
17+
* **code:**
18+
* remove references to old rocket_contrib::JsonValue struct ([c152bc87](c152bc87))
19+
* implement AsRef<str> for cheaper/cleaner &str access ([48cff692](48cff692), closes [#211](211))
20+
* **queues:** fix the serialized format of outgoing notifications ([e3e361c6](e3e361c6))
21+
* **redis:** don't pollute our data store with old bounce nomenclature ([68a1def7](68a1def7))
22+
* **settings:** remove references to RocketLoggingLevel::Off enum variant ([5530fddb](5530fddb))
23+
24+
25+
126
<a name="v1.122.0"></a>
227
## v1.122.0 (2018-10-02)
328

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fxa_email_service"
3-
version = "1.122.0"
3+
version = "1.124.0"
44
publish = false
55

66
[[bin]]

0 commit comments

Comments
 (0)