diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4ebf957..9c1e381 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.22" + ".": "2.0.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 520939d..f8fddcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.23](https://github.com/wayofdev/docker-nginx/compare/v2.0.22...v2.0.23) (2025-05-18) + + +### Dependencies + +* **deps:** update wayofdev/gh-actions action to v3.3.0 ([#87](https://github.com/wayofdev/docker-nginx/issues/87)) ([a14d262](https://github.com/wayofdev/docker-nginx/commit/a14d26223f865af18ce016531ce0b99c9f02be41)) + ## [2.0.22](https://github.com/wayofdev/docker-nginx/compare/v2.0.21...v2.0.22) (2025-02-27)