From 24ed4a09b7eaab5467d2a27b0be8f54e51403aa5 Mon Sep 17 00:00:00 2001 From: Antonio Gisondi Date: Thu, 18 May 2023 11:39:17 +0200 Subject: [PATCH] Prepare release v1.1.3 Signed-off-by: Antonio Gisondi --- CHANGELOG.md | 2 +- doc/docmain.dox | 2 +- include/astarte.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178c648f..a9778b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3] - Unreleased +## [1.1.3] - 2023-05-18 ### Fixed - Fix crash when using an invalid client certificate. diff --git a/doc/docmain.dox b/doc/docmain.dox index 5c9ddd03..42e6af05 100644 --- a/doc/docmain.dox +++ b/doc/docmain.dox @@ -1,6 +1,6 @@ /** @mainpage Astarte Device SDK ESP32 Documentation -@version 1.1.2 +@version 1.1.3 * The Astarte device SDK allows connecting an ESP32 device to Astarte. * diff --git a/include/astarte.h b/include/astarte.h index 107bdbdf..c6765899 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 2 +#define ASTARTE_DEVICE_SDK_PATCH 3 // clang-format off