Skip to content

Commit ef47c7a

Browse files
author
JR Conlin
authored
chore: tag 1.60.0 (#300)
1 parent 3d18b10 commit ef47c7a

5 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="1.60.0"></a>
2+
## 1.60.0 (2022-03-22)
3+
4+
#### Bug Fixes
5+
6+
* bug: Do not report non-actionable errors to sentry (#299) ([3d18b10d2](https://github.com/mozilla-services/autopush-rs/commit/3d18b10d2e05a768f4cb1c2fa23f86b8df825a87))
7+
8+
#### Features
9+
10+
* feat: return more explicit VAPID error message (#299) ([3d18b10d2](https://github.com/mozilla-services/autopush-rs/commit/3d18b10d2e05a768f4cb1c2fa23f86b8df825a87))
11+
12+
13+
#### Chore
14+
15+
* 1.59.1 (#297) ([01d39582](https://github.com/mozilla-services/autopush-rs/commit/01d395826c1ab7359dea5b5405e2b1ffdd5e22df))
16+
17+
18+
119
<a name="1.59.1"></a>
220
## 1.59.1 (2022-02-25)
321

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autoendpoint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "autoendpoint"
33
# Should match version in ../autopush/Cargo.toml
4-
version = "1.59.1"
4+
version = "1.60.0"
55
authors = ["Mark Drobnak <mdrobnak@mozilla.com>", "jrconlin <me+crypt@jrconlin.com>"]
66
edition = "2018"
77

autopush-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "autopush_common"
33
# Should match version in ../autopush/Cargo.toml
4-
version = "1.59.1"
4+
version = "1.60.0"
55
authors = [
66
"Ben Bangert <ben@groovie.org>",
77
"JR Conlin <jrconlin@mozilla.com>",

autopush/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autopush"
3-
version = "1.59.1"
3+
version = "1.60.0"
44
authors = [
55
"Ben Bangert <ben@groovie.org>",
66
"JR Conlin <jrconlin@mozilla.com>",

0 commit comments

Comments
 (0)