From 2ebfbf47c769bbf240f978dcbef553277979e3d6 Mon Sep 17 00:00:00 2001 From: Simone Orru Date: Mon, 18 Dec 2023 14:07:29 +0100 Subject: [PATCH] Prepare release v1.3.0 Signed-off-by: Simone Orru --- 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 4c358de4..c546e597 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). -## [Unreleased] +## [1.3.0] - 2023-12-18 ### Added - `user_data` field is added to the `astarte_device_config_t` and `astarte_device_*_event_t` structs. This field can be used to pass user data to callback functions. diff --git a/doc/docmain.dox b/doc/docmain.dox index 01f060e1..71cbf3cf 100644 --- a/doc/docmain.dox +++ b/doc/docmain.dox @@ -1,6 +1,6 @@ /** @mainpage Astarte Device SDK ESP32 Documentation -@version 1.2.99 +@version 1.3.0 * The Astarte device SDK allows connecting an ESP32 device to Astarte. * diff --git a/include/astarte.h b/include/astarte.h index 2b182ac1..597fe80d 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 2 -#define ASTARTE_DEVICE_SDK_PATCH 99 +#define ASTARTE_DEVICE_SDK_MINOR 3 +#define ASTARTE_DEVICE_SDK_PATCH 0 // clang-format off