diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e0875..bdadeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.2](https://github.com/ephrimlawrence/ananse/compare/v1.1.1...v1.1.2) (2024-02-19) + + +### Bug Fixes + +* minor bug ([e0fd526](https://github.com/ephrimlawrence/ananse/commit/e0fd5260b461a028e0bc0f35f2814578e17b3663)) + + + ## [1.1.1](https://github.com/ephrimlawrence/ananse/compare/v1.1.0...v1.1.1) (2024-02-19) diff --git a/package.json b/package.json index c543326..4ac70ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.1.1", + "version": "1.1.2", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",