diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2b8b2..4da4ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.130.0 + +### Bug fixes + +* api: use correct apostrophe character in email address regex (b16f52e) + ## 1.127.0 ### New features diff --git a/Cargo.lock b/Cargo.lock index 5cd4b67..772db83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "fxa_email_service" -version = "1.127.0" +version = "1.130.0" dependencies = [ "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 236a031..4d147ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fxa_email_service" -version = "1.127.0" +version = "1.130.0" publish = false edition = "2018"