From e9f80ddd44145a72546d33d73e8e03571e57b757 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:03:31 +0300 Subject: [PATCH] chore(master): release 2.4.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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" }