From 1428ee072c4a49c8d2c8e8f1d35d16feeb509486 Mon Sep 17 00:00:00 2001 From: the dev <94047334+lotyp@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:24:26 +0300 Subject: [PATCH] chore(master): release 2.7.6 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 22c382a..ed6f8eb 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.5" + ".": "2.7.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1d95b..8712ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.7.6](https://github.com/wayofdev/docker-php-base/compare/v2.7.5...v2.7.6) (2024-09-09) + + +### Bug Fixes + +* coding standards ([5cdf393](https://github.com/wayofdev/docker-php-base/commit/5cdf39324a6e55f37217328c2cceebf84b351ad9)) + + +### Continuous Integration + +* add ansible-lint job ([bb6597e](https://github.com/wayofdev/docker-php-base/commit/bb6597e64d0a36e2bfca39025d15773f0d761b21)) +* fix yamllint location ([44a1337](https://github.com/wayofdev/docker-php-base/commit/44a1337f43c9034145cdb3b695c1c38ef166ef01)) +* use absolute path for config ([a3d1b26](https://github.com/wayofdev/docker-php-base/commit/a3d1b26e58ca517b8d5633e95d38e55934e21185)) + ## [2.7.5](https://github.com/wayofdev/docker-php-base/compare/v2.7.4...v2.7.5) (2024-09-05)