From 6aa6cbdc10e7193e6649c0740e96b637c43b4307 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:51:07 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ CMakeLists.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb58a50..102e901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/philips-software/amp-preview/compare/v1.1.0...v1.2.0) (2024-11-14) + + +### Features + +* Add QR code generator ([#191](https://github.com/philips-software/amp-preview/issues/191)) ([23eb42e](https://github.com/philips-software/amp-preview/commit/23eb42ede2c508821ca8868e09e08130aa920e2b)) + + +### Bug Fixes + +* Rotate bitmaps over the correct corner ([#200](https://github.com/philips-software/amp-preview/issues/200)) ([3ad1593](https://github.com/philips-software/amp-preview/commit/3ad15939b76d0702cb1b709b42277c7699cfbe91)) + ## [1.1.0](https://github.com/philips-software/amp-preview/compare/v1.0.0...v1.1.0) (2024-01-30) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00d92e4..5a640e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if (PREVIEW_STANDALONE) endif() endif() -project(preview LANGUAGES C CXX VERSION 1.1.0) # x-release-please-version +project(preview LANGUAGES C CXX VERSION 1.2.0) # x-release-please-version set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED On)