From 4e001caff660df1074f1fcb9ad8d3381d495449f Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:45:38 +0300 Subject: [PATCH] chore(master): release 2.4.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 078e66d..edb1d1b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4919bad..c9f2863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.4.0](https://github.com/wayofdev/docker-php-dev/compare/v2.3.1...v2.4.0) (2024-04-06) + + +### Features + +* added php 8.3 support ([18a078d](https://github.com/wayofdev/docker-php-dev/commit/18a078d82d5e2a18d1a88bc96e0aff9666301ab6)) +* separate workflow for image testing ([18a078d](https://github.com/wayofdev/docker-php-dev/commit/18a078d82d5e2a18d1a88bc96e0aff9666301ab6)) +* switch to docker bake action ([18a078d](https://github.com/wayofdev/docker-php-dev/commit/18a078d82d5e2a18d1a88bc96e0aff9666301ab6)) + + +### Bug Fixes + +* **ansible:** allow to execute playbook for single image ([9847d9b](https://github.com/wayofdev/docker-php-dev/commit/9847d9bfce0e3f74389127ff253b4310a88de23f)) + + +### Continuous Integration + +* add build action ([42ad54a](https://github.com/wayofdev/docker-php-dev/commit/42ad54a61fefbad9f0c3c5cda480bdd12e502512)) +* fix failing supervisord tests ([d3bc887](https://github.com/wayofdev/docker-php-dev/commit/d3bc887b9dc072299da05084e0076377a8d1b0ec)) +* upgrade release-please ([fe3613c](https://github.com/wayofdev/docker-php-dev/commit/fe3613ceb007ce2da7e14c208b51242908085c8b)) + ## [2.3.1](https://github.com/wayofdev/docker-php-dev/compare/v2.3.0...v2.3.1) (2023-12-18) diff --git a/package.json b/package.json index 0c79f63..f12cfb3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.4.0", "repository": { "url": "https://github.com/wayofdev/docker-php-dev.git" }