From ee45fcf7da4e952cb529194b9f470e9dd5cf3e61 Mon Sep 17 00:00:00 2001 From: Edgar Thier Date: Wed, 26 Apr 2023 12:24:18 +0200 Subject: [PATCH] Update to version 1.1.1 --- CHANGELOG.md | 7 +++++++ version.cmake | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba300280..4a08f37c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [1.1.1] - 2023.04.26 + +### Fixed + +- Examples are now part of the dev package +- Device lost handling could cause segfaults under certain circumstances + ## [1.1.0] - 2023.03.31 ### Added diff --git a/version.cmake b/version.cmake index cb5bfd8fe..0cd2fd7f3 100644 --- a/version.cmake +++ b/version.cmake @@ -15,5 +15,5 @@ set(TCAM_VERSION_MAJOR 1) set(TCAM_VERSION_MINOR 1) -set(TCAM_VERSION_PATCH 0) +set(TCAM_VERSION_PATCH 1) set(TCAM_VERSION_MODIFIER "")