Skip to content

Commit

Permalink
Merge pull request #130 from harlem88/prepare-1.1.3
Browse files Browse the repository at this point in the history
Prepare release v1.1.3
  • Loading branch information
sorru94 authored May 18, 2023
2 parents 5237123 + 24ed4a0 commit 56ea28c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.2
@version 1.1.3

* The Astarte device SDK allows connecting an ESP32 device to Astarte.
*
Expand Down
2 changes: 1 addition & 1 deletion include/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56ea28c

Please sign in to comment.