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