Skip to content

Commit

Permalink
Merge branch 'prepare-for-release' into 'master'
Browse files Browse the repository at this point in the history
Prepare for 0.14.0 Release

See merge request Gadgets/arduino-ble-gadget!72
  • Loading branch information
psachs committed Jun 3, 2022
2 parents 6fa3274 + 1c80aa0 commit de0ba42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0] - 2022-06-03
### Added
- Support CO2 only DIY gadgets
- Support PM1.0, PM2.5, PM4, PM10 data type
- Update examples to use the official Sensirion Arduino drivers

## [0.13.0] - 2022-01-19
### Added
- SEN54 Example code and tutorial
Expand Down Expand Up @@ -105,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release supporting T_RH_CO2_ALT datatype only.

[Unreleased]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion Gadget BLE Arduino Lib
version=0.13.0
version=0.14.0
author=Bjoern Muntwyler
maintainer=Sensirion AG <sensirion.com>
sentence=Library for BLE communication between BLE Gadgets and the MyAmbience app.
Expand Down

0 comments on commit de0ba42

Please sign in to comment.