diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf288..11ee94fd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 866d83386..f29001902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [2.2.1](https://github.com/philips-software/amp-embedded-infra-lib/compare/amp-embedded-infra-lib-v2.2.0...amp-embedded-infra-lib-v2.2.1) (2023-01-25) + + +### Bug Fixes + +* Use gh cli to publish release assets ([#184](https://github.com/philips-software/amp-embedded-infra-lib/issues/184)) ([9de4c45](https://github.com/philips-software/amp-embedded-infra-lib/commit/9de4c453be231feea5f973968ad908355d8c6e43)) + ## [2.2.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/amp-embedded-infra-lib-v2.1.0...amp-embedded-infra-lib-v2.2.0) (2023-01-24) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58aaaa582..9324e51bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") -project(emil LANGUAGES C CXX VERSION 2.2.0) # x-release-please-version +project(emil LANGUAGES C CXX VERSION 2.2.1) # x-release-please-version set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED On) diff --git a/documents/antora.yml b/documents/antora.yml index 81ecdb9c4..cf024ca2a 100644 --- a/documents/antora.yml +++ b/documents/antora.yml @@ -1,5 +1,5 @@ name: embedded_infrastructure_library title: Embedded Infrastructure Library documentation -version: 2.2.0 # x-release-please-version +version: 2.2.1 # x-release-please-version nav: - modules/ROOT/nav.adoc diff --git a/sonar-project.properties b/sonar-project.properties index de96abca8..5fbc8765b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=philips-software_embeddedinfralib sonar.organization=philips-software sonar.projectName=embeddedinfralib -sonar.projectVersion=2.2.0 # x-release-please-version +sonar.projectVersion=2.2.1 # x-release-please-version sonar.links.homepage=https://github.com/philips-software/amp-embedded-infra-lib sonar.links.ci=https://github.com/philips-software/amp-embedded-infra-lib/actions