diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0f9e2df..d839ae39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.0" + ".": "4.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcbb30d..86e44d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [4.7.1](https://github.com/philips-software/amp-devcontainer/compare/v4.7.0...v4.7.1) (2024-04-15) + + +### Chores + +* **deps:** Bump cmake from 3.28.3 to 3.28.4 in /.devcontainer ([#369](https://github.com/philips-software/amp-devcontainer/issues/369)) ([944b1c5](https://github.com/philips-software/amp-devcontainer/commit/944b1c5f49bce2e591495029b968809b702c7194)) +* **deps:** Bump cmake from 3.28.4 to 3.29.0.1 in /.devcontainer ([#375](https://github.com/philips-software/amp-devcontainer/issues/375)) ([da43620](https://github.com/philips-software/amp-devcontainer/commit/da436207fd1834edbd74d1a6f852193301892d0e)) +* **deps:** Bump cmake from 3.29.0.1 to 3.29.1 in /.devcontainer ([#378](https://github.com/philips-software/amp-devcontainer/issues/378)) ([7ba2764](https://github.com/philips-software/amp-devcontainer/commit/7ba27645c97dcbfc26722599e4dd3bc4ddc13bc2)) +* **deps:** Bump cmake from 3.29.1 to 3.29.2 in /.devcontainer ([#380](https://github.com/philips-software/amp-devcontainer/issues/380)) ([c97a1d5](https://github.com/philips-software/amp-devcontainer/commit/c97a1d53c2700dedc97538d7bd2c132ae4d5a27a)) +* **deps:** Update matepek.vscode-catch2-test-adapter, SonarSource.sonarlint-vscode ([#376](https://github.com/philips-software/amp-devcontainer/issues/376)) ([ed3b50c](https://github.com/philips-software/amp-devcontainer/commit/ed3b50ce1f7b2880522e68a2d749ef220be2b5c8)) + ## [4.7.0](https://github.com/philips-software/amp-devcontainer/compare/v4.6.0...v4.7.0) (2024-03-21)