diff --git a/CHANGELOG.md b/CHANGELOG.md index 02454b4..a657d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.8.1](https://github.com/ephrimlawrence/ananse/compare/v1.8.0...v1.8.1) (2024-06-28) + + +### Bug Fixes + +* **session:** build error ([1cac0a8](https://github.com/ephrimlawrence/ananse/commit/1cac0a85c8a4036e05b153c83b1dfa91e7aef673)) + + + # [1.8.0](https://github.com/ephrimlawrence/ananse/compare/v1.7.6...v1.8.0) (2024-06-28) @@ -34,12 +43,3 @@ -## [1.7.3](https://github.com/ephrimlawrence/ananse/compare/v1.7.2...v1.7.3) (2024-05-02) - - -### Bug Fixes - -* **forms:** allow nullable `next_input` value ([74a1e8e](https://github.com/ephrimlawrence/ananse/commit/74a1e8e12f81a1b5cef89d3dccd93f2aad50b160)) - - - diff --git a/package.json b/package.json index b2a4ecf..056f6c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.8.0", + "version": "1.8.1", "description": "Ananse is a lightweight NodeJs framework with batteries included for building efficient, scalable and maintainable USSD applications.", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",