Skip to content

Commit

Permalink
Merge pull request #65 from bettio/prepare-1.0.0-beta.2
Browse files Browse the repository at this point in the history
Prepare 1.0.0 beta.2
  • Loading branch information
rbino authored Mar 29, 2021
2 parents 06b7a4d + e6f0cd7 commit 9db5952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0-beta.2] - Unreleased
## [1.0.0-beta.2] - 2021-03-23
### Added
- Add `astarte_device_stop` function to stop the internal MQTT client.
- Add connection and disconnection callbacks called after device connection/disconnection.
Expand Down
2 changes: 1 addition & 1 deletion include/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Version information
#define ASTARTE_DEVICE_SDK_MAJOR 0
#define ASTARTE_DEVICE_SDK_MINOR 99
#define ASTARTE_DEVICE_SDK_MINOR 100
#define ASTARTE_DEVICE_SDK_PATCH 0

// clang-format off
Expand Down

0 comments on commit 9db5952

Please sign in to comment.