diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 954b159..054e8bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53facc4..b10d13e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.7](https://github.com/hostinger/fireactions/compare/v0.2.6...v0.2.7) (2024-11-27) + + +### Bug Fixes + +* Handle install.sh options with equal sign ([4d2da80](https://github.com/hostinger/fireactions/commit/4d2da8038dfc1851893ee09dd86895a1799fbcb3)) + + +### Dependencies + +* Bump github.com/gin-contrib/pprof from 1.5.0 to 1.5.1 ([#206](https://github.com/hostinger/fireactions/issues/206)) ([7aabac4](https://github.com/hostinger/fireactions/commit/7aabac4d5185b5558e08a7e3b36b4f39989a0006)) +* Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 ([#205](https://github.com/hostinger/fireactions/issues/205)) ([95966a2](https://github.com/hostinger/fireactions/commit/95966a2a3891b1e9b835164bc35fd1e04612ce22)) + ## [0.2.6](https://github.com/hostinger/fireactions/compare/v0.2.5...v0.2.6) (2024-11-13)