diff --git a/CHANGELOG.md b/CHANGELOG.md index 96196e8..28be9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.2](https://github.com/ayZagen/pino-kafka/compare/v0.1.1...v0.1.2) (2021-04-10) + + +### Features + +* **cli:** flush kafka queue on process exit ([5793b40](https://github.com/ayZagen/pino-kafka/commit/5793b40c750aa701e76a3ca52a746ff89a4860a5)) + ## [0.1.1](https://github.com/ayZagen/pino-kafka/compare/v0.1.0...v0.1.1) (2021-04-10) diff --git a/package-lock.json b/package-lock.json index 159ddd7..6a2bc9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pino-kafka", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee33eba..90e4cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino-kafka", - "version": "0.1.1", + "version": "0.1.2", "description": "A pino 'transport' for writing to kafka", "homepage": "https://github.com/ayZagen/pino-kafka", "bugs": "https://github.com/ayZagen/pino-kafka/issues",