diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35dd7cd..174cc1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"fxgcppubsub":"1.1.0","fxslack":"1.0.0","fxredis":"1.0.0","fxgomysqlserver":"1.0.0"} \ No newline at end of file +{"fxgcppubsub":"1.2.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 187d66f..a252b08 100644 --- a/fxgcppubsub/CHANGELOG.md +++ b/fxgcppubsub/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/ankorstore/yokai-contrib/compare/fxgcppubsub/v1.1.0...fxgcppubsub/v1.2.0) (2024-07-08) + + +### Features + +* **fxgcppubsub:** Added Avro and Protobuf schemas support ([#16](https://github.com/ankorstore/yokai-contrib/issues/16)) ([28f80a4](https://github.com/ankorstore/yokai-contrib/commit/28f80a4b725e68203ce26464e4616249ba335af2)) + ## [1.1.0](https://github.com/ankorstore/yokai-contrib/compare/fxgcppubsub/v1.0.0...fxgcppubsub/v1.1.0) (2024-03-15)