From ff5f8c7f5fe230429e2bd6b2b8e889030f8f27c2 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Tue, 26 Jan 2021 17:07:20 +0100 Subject: [PATCH] Prepare v0.11.4 release Update CHANGELOG.md and bump include/astarte.h. Signed-off-by: Davide Bettio --- CHANGELOG.md | 2 ++ include/astarte.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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