From b3abbe1391dc74cc9d61840fc6aba512fda62542 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:45:09 +0100 Subject: [PATCH] chore(main): release 4.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0ff..e6f87756 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4f4cca..945319ff 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.0.0](https://github.com/philips-software/amp-devcontainer/compare/v3.1.1...v4.0.0) (2023-11-09) + + +### ⚠ BREAKING CHANGES + +* update clang/LLVM to version 16.0.6 ([#191](https://github.com/philips-software/amp-devcontainer/issues/191)) + +### Features + +* Update clang/LLVM to version 16.0.6 ([#191](https://github.com/philips-software/amp-devcontainer/issues/191)) ([b68d926](https://github.com/philips-software/amp-devcontainer/commit/b68d926f3b059068d52accc0dcc1233ec8bbb490)) + ## [3.1.1](https://github.com/philips-software/amp-devcontainer/compare/v3.1.0...v3.1.1) (2023-11-07)