Skip to content

Commit

Permalink
Merge pull request #80 from bettio/prepare-1.0.1
Browse files Browse the repository at this point in the history
Prepare 1.0.1 release
  • Loading branch information
rbino authored Dec 23, 2021
2 parents 24f8ded + a89ee92 commit 1dfd744
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.1] - Unreleased
## [1.0.1] - 2021-12-23
### Added
- Allow passing an explicit realm to `astarte_device_config_t`.
- Add function for generating random UUIDv4.
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 0
#define ASTARTE_DEVICE_SDK_PATCH 0
#define ASTARTE_DEVICE_SDK_PATCH 1

// clang-format off

Expand Down

0 comments on commit 1dfd744

Please sign in to comment.