From 90066ffc86184a41860f8d568a6d80019938017f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:44:36 +0200 Subject: [PATCH] chore(main): release fxgcppubsub 1.3.0 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- fxgcppubsub/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 174cc1f..7908263 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"fxgcppubsub":"1.2.0","fxslack":"1.0.0","fxredis":"1.0.0","fxgomysqlserver":"1.0.0"} \ No newline at end of file +{"fxgcppubsub":"1.3.0","fxslack":"1.0.0","fxredis":"1.0.0","fxgomysqlserver":"1.0.0"} \ No newline at end of file diff --git a/fxgcppubsub/CHANGELOG.md b/fxgcppubsub/CHANGELOG.md index a252b08..744999b 100644 --- a/fxgcppubsub/CHANGELOG.md +++ b/fxgcppubsub/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/ankorstore/yokai-contrib/compare/fxgcppubsub/v1.2.0...fxgcppubsub/v1.3.0) (2024-07-08) + + +### Features + +* **fxgcppubsub:** Fixed race conditions on avro binary codec ([#18](https://github.com/ankorstore/yokai-contrib/issues/18)) ([8d2f8e9](https://github.com/ankorstore/yokai-contrib/commit/8d2f8e9e39807b4a564d080396df1e2e6983648b)) + ## [1.2.0](https://github.com/ankorstore/yokai-contrib/compare/fxgcppubsub/v1.1.0...fxgcppubsub/v1.2.0) (2024-07-08)