From 5a6ac6bc48c26cea516acdf5c9bf89b23aa8b121 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:33:11 +0000 Subject: [PATCH] chore(main): release 1.4.5 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 50f0c45..266f637 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.4" + ".": "1.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5294802 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [1.4.5](https://github.com/monetr/mkcert/compare/v1.4.4...v1.4.5) (2026-06-29) + + +### Dependencies + +* **renovate:** update module golang.org/x/net to v0.38.0 [security] ([#9](https://github.com/monetr/mkcert/issues/9)) ([6611441](https://github.com/monetr/mkcert/commit/66114412f753899d993799b6b585298e23f6b646)) +* **renovate:** update module golang.org/x/net to v0.56.0 ([#6](https://github.com/monetr/mkcert/issues/6)) ([1693fda](https://github.com/monetr/mkcert/commit/1693fdac6e91ce686bb1480e749d1f1329d21f24)) +* **renovate:** update module howett.net/plist to v1.0.1 ([#5](https://github.com/monetr/mkcert/issues/5)) ([9ee947a](https://github.com/monetr/mkcert/commit/9ee947aca69a1cf8ed2df70f21386faeadbab65f)) +* **renovate:** update module software.sslmate.com/src/go-pkcs12 to v0.7.2 ([#7](https://github.com/monetr/mkcert/issues/7)) ([d5577c7](https://github.com/monetr/mkcert/commit/d5577c7d9d3edad0f4c9eb82fb68b31faa9c97bc)) + + +### Miscellaneous + +* Updating fork notes ([9204614](https://github.com/monetr/mkcert/commit/9204614b2e33c4fc61b8ab541dfbc6b61ed99853)) +* Updating readme ([929ae2d](https://github.com/monetr/mkcert/commit/929ae2da5661601d37a8575a0c4bc1617b286d33)) + + +### Refactor + +* Adding CI/CD and release workflows ([a2bf043](https://github.com/monetr/mkcert/commit/a2bf043f886374c75f2ca20d0219111ce249989c)) + + +### Build Automation + +* **deps:** update actions/checkout action to v7 ([#8](https://github.com/monetr/mkcert/issues/8)) ([1cfbbf3](https://github.com/monetr/mkcert/commit/1cfbbf35561ce9f4da89d0bac36ce0b380a21162))