From 0955dcf84637dcc8f73dd40e8bb7202c514de9e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Feb 2023 21:10:03 +0000 Subject: [PATCH] chore(version): v0.19.2 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ae6eb6..08cae35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.19.2 - 2023-02-18 +#### Bug Fixes +- cast `apns_type` - (7233111) - Harry Bairstow +- - - + ## v0.19.1 - 2023-02-18 #### Bug Fixes - APNS type not set (#106) - (87aa4f0) - Harry Bairstow diff --git a/Cargo.lock b/Cargo.lock index 77a69311..e912019f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,7 +600,7 @@ checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0" [[package]] name = "echo-server" -version = "0.19.0" +version = "0.19.1" dependencies = [ "a2", "async-trait",