Skip to content

Commit

Permalink
chore: tag 1.57.5 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey authored Mar 1, 2021
1 parent 4386bc9 commit a95b7b9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.57.5"></a>
## 1.57.5 (2021-03-01)


#### Chore

* update dependencies for Mar 2021 ([7ec16f08](https://github.com/mozilla-services/autopush-rs/commit/7ec16f0877c1c6de5b08e429e1321536ae8ff9d8), closes [#256](https://github.com/mozilla-services/autopush-rs/issues/256))
* tag 1.57.4 (#253) ([b4c5e5e3](https://github.com/mozilla-services/autopush-rs/commit/b4c5e5e38ecf9d9b4d06320a0daa457b2d280359))

#### Features

* convert FCM credential to string parameter ([5ba885af](https://github.com/mozilla-services/autopush-rs/commit/5ba885af5f2b68548047e2f83da36e364de7fbcb), closes [#254](https://github.com/mozilla-services/autopush-rs/issues/254))



<a name="1.57.4"></a>
## 1.57.4 (2021-02-23)

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion autoendpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autoendpoint"
# Should match version in ../autopush/Cargo.toml
version = "1.57.4"
version = "1.57.5"
authors = ["Mark Drobnak <[email protected]>", "jrconlin <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion autopush-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autopush_common"
# Should match version in ../autopush/Cargo.toml
version = "1.57.4"
version = "1.57.5"
authors = [
"Ben Bangert <[email protected]>",
"JR Conlin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion autopush/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autopush"
version = "1.57.4"
version = "1.57.5"
authors = [
"Ben Bangert <[email protected]>",
"JR Conlin <[email protected]>",
Expand Down

0 comments on commit a95b7b9

Please sign in to comment.