Skip to content

Commit

Permalink
Merge pull request #146 from sorru94/prepare-0.6.1
Browse files Browse the repository at this point in the history
Prepare release 0.6.1
  • Loading branch information
harlem88 authored Jun 28, 2024
2 parents f4b3815 + 9ac1896 commit 479a16e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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).

## [0.6.1] - 2024-06-28
### Fixed
- Device state is changed to CONNECTED or DISCONNECTED before calling the appropriate callback.

## [0.6.0] - 2024-06-11
### Added
- Device ID as a field in the `astarte_device_config_t` and a parameter of the
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(Astarte-Device-SDK-Doc LANGUAGES)

set(MIN_WEST_VERSION 1.0.0)

set(Astarte_Device_SDK_VERSION 0.6.0)
set(Astarte_Device_SDK_VERSION 0.6.1)

message(STATUS "Zephyr base: ${ASTARTE_DEVICE_SDK_BASE}")
message(STATUS "Documentation tag: ${DOC_TAG}")
Expand Down
2 changes: 1 addition & 1 deletion include/astarte_device_sdk/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
/** @brief Minor version number */
#define ASTARTE_DEVICE_SDK_MINOR 6
/** @brief Patch version number */
#define ASTARTE_DEVICE_SDK_PATCH 0
#define ASTARTE_DEVICE_SDK_PATCH 1

#endif // ASTARTE_DEVICE_SDK_ASTARTE_H

0 comments on commit 479a16e

Please sign in to comment.