From 2c265976d8b6d72968bf0b3a92bc9b285ced6247 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:29:18 +0000 Subject: [PATCH] chore(main): release fxgcppubsub 1.3.1 --- .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 7908263..3d26602 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"fxgcppubsub":"1.3.0","fxslack":"1.0.0","fxredis":"1.0.0","fxgomysqlserver":"1.0.0"} \ No newline at end of file +{"fxgcppubsub":"1.3.1","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 744999b..e3228e3 100644 --- a/fxgcppubsub/CHANGELOG.md +++ b/fxgcppubsub/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/ankorstore/yokai-contrib/compare/fxgcppubsub/v1.3.0...fxgcppubsub/v1.3.1) (2024-07-09) + + +### Bug Fixes + +* **fxgcppubsub:** Fixed race conditions on avro binary codec cache ([#20](https://github.com/ankorstore/yokai-contrib/issues/20)) ([6cf94fc](https://github.com/ankorstore/yokai-contrib/commit/6cf94fc822d3859d81e3db04e7b47a34d20c3acd)) + ## [1.3.0](https://github.com/ankorstore/yokai-contrib/compare/fxgcppubsub/v1.2.0...fxgcppubsub/v1.3.0) (2024-07-08)