From 4bbc21fec9929cebe1ced9ad9aaa93be1d7094bc Mon Sep 17 00:00:00 2001 From: Antonio Gisondi Date: Fri, 7 Apr 2023 11:27:18 +0200 Subject: [PATCH] Prepare release v1.1.1 Signed-off-by: Antonio Gisondi --- CHANGELOG.md | 2 ++ doc/docmain.dox | 2 +- include/astarte.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dddfa9c9..4b2d3533 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). +## [1.1.1] - 2023-04-07 + ## [1.0.5] - 2023-04-07 ### Added - Add Empty Cache support. diff --git a/doc/docmain.dox b/doc/docmain.dox index 5780c194..c4c08dbf 100644 --- a/doc/docmain.dox +++ b/doc/docmain.dox @@ -1,6 +1,6 @@ /** @mainpage Astarte Device SDK ESP32 Documentation -@version 1.1.0 +@version 1.1.1 * The Astarte device SDK allows connecting an ESP32 device to Astarte. * diff --git a/include/astarte.h b/include/astarte.h index 6e1ae133..65802163 100644 --- a/include/astarte.h +++ b/include/astarte.h @@ -15,7 +15,7 @@ // Version information #define ASTARTE_DEVICE_SDK_MAJOR 1 #define ASTARTE_DEVICE_SDK_MINOR 1 -#define ASTARTE_DEVICE_SDK_PATCH 0 +#define ASTARTE_DEVICE_SDK_PATCH 1 // clang-format off