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)