diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefaa..5fdd8830 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d25b3c8e..dddbc0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## 1.1.0 (2023-11-14) + +### Features + +* **ipstack:** added currency module to IP Stack response for parser ([cf59e44](https://github.com/levelsoftware/echoip/commit/cf59e4401a4ad5419734ec7d91b1c7da09b2fa83)) + + +### Bug Fixes + +* **releases:** fixing packge name for future releases and changelogs ([fb436c9](https://github.com/levelsoftware/echoip/commit/fb436c98e4b4b36c69689346a2c73e0f782f4ad0)) + +## 1.1.0 (2023-11-14) + ### Features - RSA JWT Signature Validation @@ -16,4 +28,3 @@ - IP Stack API [79c8f54d](https://github.com/levelsoftware/echoip/pull/6/commits/79c8f54d4459e69f151cdca917a60ce805b5066f) - File Configuration [79c8f54d](https://github.com/levelsoftware/echoip/pull/6/commits/79c8f54d4459e69f151cdca917a60ce805b5066f) - Redis Cache [79c8f54d](https://github.com/levelsoftware/echoip/pull/6/commits/79c8f54d4459e69f151cdca917a60ce805b5066f) -