diff --git a/CHANGELOG.md b/CHANGELOG.md index aba33895..84450d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.11.4] - 2021-01-26 + ## [0.11.2] - 2020-08-31 ### Added - Add device hardware id getter. diff --git a/include/astarte.h b/include/astarte.h index 978a85ca..001ecfeb 100644 --- a/include/astarte.h +++ b/include/astarte.h @@ -15,7 +15,7 @@ // Version information #define ASTARTE_DEVICE_SDK_MAJOR 0 #define ASTARTE_DEVICE_SDK_MINOR 11 -#define ASTARTE_DEVICE_SDK_PATCH 1 +#define ASTARTE_DEVICE_SDK_PATCH 4 // clang-format off