Skip to content

Commit

Permalink
Prepare release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
  • Loading branch information
harlem88 committed Jul 19, 2023
1 parent e98b229 commit 22f78a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/docmain.dox
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions include/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22f78a8

Please sign in to comment.