Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent eed343c commit 51b5e65
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/philips-software/amp-preview/compare/v1.1.0...v1.2.0) (2024-10-15)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 51b5e65

Please sign in to comment.