diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eaac38c..7389780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this - Enabled warnings as error, requires CMake 3.24 +## [0.4.0](https://github.com/philips-software/amp-postmaster/compare/v0.3.1...v0.4.0) (2026-01-05) + + +### Features + +* **deps:** Bump the git-submodules group across 1 directory with 3 updates ([#153](https://github.com/philips-software/amp-postmaster/issues/153)) ([c136812](https://github.com/philips-software/amp-postmaster/commit/c1368121505cd80a841d12cf738da41e73dda4e1)) + + +### Bug Fixes + +* Install postmaster binaries ([#146](https://github.com/philips-software/amp-postmaster/issues/146)) ([8429844](https://github.com/philips-software/amp-postmaster/commit/842984459ac9b12047a313f3510fe26addfba380)) + ## [0.3.1](https://github.com/philips-software/amp-postmaster/compare/v0.3.0...v0.3.1) (2025-12-19) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b5bd36..086a55d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.24) -project(Postmaster VERSION 0.3.1) # x-release-please-version +project(Postmaster VERSION 0.4.0) # x-release-please-version set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED true)