diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 73c70f9..906be18 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 723ca0a..02c680f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/wayofdev/docker-nginx/compare/v2.0.1...v2.0.2) (2024-09-19) + + +### Dependencies + +* **deps:** update ansible/ansible-lint action to v24.9.2 ([6d10125](https://github.com/wayofdev/docker-nginx/commit/6d10125fe764c12f56cd944167752cae42e16493)) + ## [2.0.1](https://github.com/wayofdev/docker-nginx/compare/v2.0.0...v2.0.1) (2024-09-14)