From 188ba3865abddc4fe48b8c9e97560d448d340842 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:20:47 +0200 Subject: [PATCH] chore(main): release 2.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59d..78baf5bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b58603..31db8d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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/). +## [2.5.0](https://github.com/philips-software/amp-devcontainer/compare/v2.4.0...v2.5.0) (2023-07-13) + + +### Features + +* Install ccache-4.8.2 from source ([#110](https://github.com/philips-software/amp-devcontainer/issues/110)) ([ff56bbc](https://github.com/philips-software/amp-devcontainer/commit/ff56bbcf00b256362200ec0b89e75f7f381f6213)) +* Update CMake to 3.26.4 ([#112](https://github.com/philips-software/amp-devcontainer/issues/112)) ([8fa0666](https://github.com/philips-software/amp-devcontainer/commit/8fa0666d36be529b39482fa1391bda772440a90d)) +* Update Docker to 24.0.4 ([#111](https://github.com/philips-software/amp-devcontainer/issues/111)) ([f7b4540](https://github.com/philips-software/amp-devcontainer/commit/f7b4540915fa8258a0667fbe0a3ac8b513f81561)) + ## [2.4.0](https://github.com/philips-software/amp-devcontainer/compare/v2.3.0...v2.4.0) (2023-06-20)