diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ddbee4ef..e960ad32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.1] - 2021.02.05 + ### Changed - tcambin applies state descriptions when changing to GST_STATE_PLAYING @@ -20,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - tcambin caps negotiations for GRAY16_LE - multiple memory leaks - deadlock in tcammainsrc +- device lost no longer fires when using long exposure times +- tcam-ctrl did not correctly verify - combos ## [0.13.0] - 2020-11-23 diff --git a/version.cmake b/version.cmake index 2030cb9a3..ffb939150 100644 --- a/version.cmake +++ b/version.cmake @@ -15,5 +15,5 @@ set(TCAM_VERSION_MAJOR 0) set(TCAM_VERSION_MINOR 13) -set(TCAM_VERSION_PATCH 0) +set(TCAM_VERSION_PATCH 1) set(TCAM_VERSION_MODIFIER "")