From 22f78a89001a9069012ae4ec5b64a676f544fdd4 Mon Sep 17 00:00:00 2001 From: Antonio Gisondi Date: Wed, 19 Jul 2023 14:03:13 +0200 Subject: [PATCH] Prepare release v1.2.0 Signed-off-by: Antonio Gisondi --- CHANGELOG.md | 2 +- doc/docmain.dox | 2 +- include/astarte.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca60515..d9382ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,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.1.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.2.0] - Unreleased +## [1.2.0] - 2023-07-19 ### Added - Add support for server validation through ESP x509 Certificate Bundle. - Add maximum JWT size to SDK configuration options. diff --git a/doc/docmain.dox b/doc/docmain.dox index 42e6af05..37f4b984 100644 --- a/doc/docmain.dox +++ b/doc/docmain.dox @@ -1,6 +1,6 @@ /** @mainpage Astarte Device SDK ESP32 Documentation -@version 1.1.3 +@version 1.2.0 * The Astarte device SDK allows connecting an ESP32 device to Astarte. * diff --git a/include/astarte.h b/include/astarte.h index 9b6ab0d0..b22c69f3 100644 --- a/include/astarte.h +++ b/include/astarte.h @@ -14,8 +14,8 @@ // Version information #define ASTARTE_DEVICE_SDK_MAJOR 1 -#define ASTARTE_DEVICE_SDK_MINOR 1 -#define ASTARTE_DEVICE_SDK_PATCH 3 +#define ASTARTE_DEVICE_SDK_MINOR 2 +#define ASTARTE_DEVICE_SDK_PATCH 0 // clang-format off