From 08eb9abd5cb1e811a429ada02b89fd51732dd197 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Thu, 2 Jun 2022 12:25:10 -0700 Subject: [PATCH] chore: tag 1.63.0 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 6 +++--- Dockerfile | 2 +- autoendpoint/Cargo.toml | 2 +- autopush-common/Cargo.toml | 2 +- autopush/Cargo.toml | 2 +- 6 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae8a6ad1..f832d60dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## 1.63.0 (2022-06-02) + + +#### Chore + +* tag 1.62.0 (#304) ([1425b896](https://github.com/mozilla-services/autopush-rs/commit/1425b89641db05a44600fbcc01723a9c6f8e5f6f)) + +#### Bug Fixes + +* Fix GCM handling (#309) ([96cef485](https://github.com/mozilla-services/autopush-rs/commit/96cef485390118c8237f0738cb725856dfa3559e)) + +#### Features + +* Add tool to generate endpoints (#307) ([2829fa42](https://github.com/mozilla-services/autopush-rs/commit/2829fa42bfeffec1c8d2cdddd367a5555a52630b)) + + + ## 1.62.0 (2022-05-05) diff --git a/Cargo.lock b/Cargo.lock index e7fba87b6..f3482bca6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoendpoint" -version = "1.62.0" +version = "1.63.0" dependencies = [ "a2", "actix-cors", @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.62.0" +version = "1.63.0" dependencies = [ "autopush_common", "base64 0.13.0", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.62.0" +version = "1.63.0" dependencies = [ "base64 0.13.0", "cadence", diff --git a/Dockerfile b/Dockerfile index 3291f84ed..7fe6f7cca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.58-buster as builder +FROM rust:1.61-buster as builder ARG CRATE ADD . /app diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index c8d7a3da1..1eb5fd98c 100644 --- a/autoendpoint/Cargo.toml +++ b/autoendpoint/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "autoendpoint" # Should match version in ../autopush/Cargo.toml -version = "1.62.0" +version = "1.63.0" authors = ["Mark Drobnak ", "jrconlin "] edition = "2021" diff --git a/autopush-common/Cargo.toml b/autopush-common/Cargo.toml index 6d2366863..79b719ec8 100644 --- a/autopush-common/Cargo.toml +++ b/autopush-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "autopush_common" # Should match version in ../autopush/Cargo.toml -version = "1.62.0" +version = "1.63.0" authors = [ "Ben Bangert ", "JR Conlin ", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index 568f06320..ef6f60954 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.62.0" +version = "1.63.0" authors = [ "Ben Bangert ", "JR Conlin ",