diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7a673..beea3f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4a239..856ec11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.1](https://github.com/hugomods/encrypt/compare/v0.3.0...v0.3.1) (2024-07-13) + + +### Continuous Integration + +* **deps:** update module github.com/hugomods/icons/vendors/bootstrap to v0.5.7 ([cadfb3e](https://github.com/hugomods/encrypt/commit/cadfb3ef8a7a7f09e4a52b89fa4619a389741c82)) +* **deps:** update module golang.org/x/net to v0.26.0 ([04c24ef](https://github.com/hugomods/encrypt/commit/04c24eff2a90da3a7506543047dc6229ede304f9)) +* **deps:** update module golang.org/x/net to v0.27.0 ([6a472cc](https://github.com/hugomods/encrypt/commit/6a472cc0d76d86e8cd26afa7461e91288acac278)) + + +### Bug Fixes 🐞 + +* **deps:** update module golang.org/x/crypto to v0.25.0 ([53c23fc](https://github.com/hugomods/encrypt/commit/53c23fc64c6d1a5569fe2faa9b4c821115510def)) + ## [0.3.0](https://github.com/hugomods/encrypt/compare/v0.2.0...v0.3.0) (2024-05-28)