From c3dac2b707e7c174c0654818ac0a941436ceab47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Oct 2022 14:41:30 +0000 Subject: [PATCH] chore(version): v0.5.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdc879b..d1f3467a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.5.3 - 2022-10-26 +#### Bug Fixes +- Remove reference to `topic` with `clone()` - (775f09d) - Harry Bairstow +- APNS Topic (#39) - (e1fffc1) - Harry Bairstow +- - - + ## v0.5.2 - 2022-10-26 #### Bug Fixes - Check client before notification insert - (5df746b) - Harry Bairstow diff --git a/Cargo.lock b/Cargo.lock index b9c218e7..16392e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,7 +549,7 @@ dependencies = [ [[package]] name = "echo-server" -version = "0.5.1" +version = "0.5.2" dependencies = [ "a2", "async-trait",