From 67479859e43b596d40af74ea10a22d41cd5360a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:30:40 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fd56a9..0ac88e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9231c7..5078a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.4.1](https://github.com/hugomods/encrypt/compare/v0.4.0...v0.4.1) (2024-11-11) + + +### Continuous Integration + +* **deps:** update module github.com/hugomods/icons/vendors/bootstrap to v0.5.8 ([aac3bd3](https://github.com/hugomods/encrypt/commit/aac3bd357c83aa765dce863d38e6222ede8570ed)) +* **deps:** update module golang.org/x/net to v0.29.0 ([828e578](https://github.com/hugomods/encrypt/commit/828e578b56ab182d7a6c9aa44cb1706fd7cb8e04)) +* **deps:** update module golang.org/x/net to v0.30.0 ([7cda1eb](https://github.com/hugomods/encrypt/commit/7cda1eb96185f439d25ba1d14e91fd924bf5d8e2)) +* **deps:** update module golang.org/x/net to v0.31.0 ([08f0e47](https://github.com/hugomods/encrypt/commit/08f0e475a275e19ad33255dabf08c0b83a4d2685)) + + +### Bug Fixes 🐞 + +* **deps:** update module github.com/puerkitobio/goquery to v1.10.0 ([4e3ef44](https://github.com/hugomods/encrypt/commit/4e3ef4443c8b6237d2cdee0f459f17ec84fbc371)) +* **deps:** update module golang.org/x/crypto to v0.29.0 ([2336b34](https://github.com/hugomods/encrypt/commit/2336b3454558ad5d24d9e6997b56d42638c6d640)) + ## [0.4.0](https://github.com/hugomods/encrypt/compare/v0.3.0...v0.4.0) (2024-08-22)