diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index edb1d1b..5ae02a9 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f2863..1f799ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/wayofdev/docker-php-dev/compare/v2.4.0...v2.4.1) (2024-04-06) + + +### Continuous Integration + +* add docker scout ([#34](https://github.com/wayofdev/docker-php-dev/issues/34)) ([28e5fb5](https://github.com/wayofdev/docker-php-dev/commit/28e5fb555ad51d656beec4535511b7a6647cdcb3)) + ## [2.4.0](https://github.com/wayofdev/docker-php-dev/compare/v2.3.1...v2.4.0) (2024-04-06) diff --git a/package.json b/package.json index f12cfb3..e277e1c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.4.1", "repository": { "url": "https://github.com/wayofdev/docker-php-dev.git" }