diff --git a/CHANGELOG.md b/CHANGELOG.md index 635f786..a9483c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/sourcefuse/loopback4-kafka-client/compare/v1.0.0...v1.0.1) (2022-11-03) + + +### Bug Fixes + +* **ci-cd:** change main branch to master ([c3a8a2f](https://github.com/sourcefuse/loopback4-kafka-client/commit/c3a8a2f06bcb31ed13602a10648cdbecde27547f)), closes [#2](https://github.com/sourcefuse/loopback4-kafka-client/issues/2) +* **decorators:** add decorator to tag a consumer service ([0c69402](https://github.com/sourcefuse/loopback4-kafka-client/commit/0c69402e4241f684e263361bf0e7b83d7f561447)), closes [#2](https://github.com/sourcefuse/loopback4-kafka-client/issues/2) + # 1.0.0 (2022-10-18) diff --git a/package.json b/package.json index 09bcbcb..a46f036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback4-kafka-client", - "version": "1.0.0", + "version": "1.0.1", "description": "loopback client for integration with apache kafka", "keywords": [ "loopback-extension",