diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d07de35..c55c247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.6.0...v0.7.0) (2024-08-26) + + +### Features + +* BL-17333 - Dockerfile and resources for Apache PHP 8.2, base image only ([#42](https://github.com/dvsa/dvsa-docker-images/issues/42)) ([8545e46](https://github.com/dvsa/dvsa-docker-images/commit/8545e467e0da5e22bc31f3fc4408332c18f0c3dc)) + + +### Bug Fixes + +* Remove PHP CLI 8.0 from workflows ([#51](https://github.com/dvsa/dvsa-docker-images/issues/51)) ([c6dff15](https://github.com/dvsa/dvsa-docker-images/commit/c6dff15220fa77b4c10855c983fded1ab2adf433)) + ## [0.6.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.5.0...v0.6.0) (2024-08-05) diff --git a/README.md b/README.md index 8d8fb33..46b9711 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Docker Images for use in DVSA projects. The images are re-built weekly to pull i ```dockerfile -FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.6.0 +FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.7.0 ```