Skip to content

Commit 9158f1c

Browse files
authored
Merge pull request #75 from Sensirion/prepare-for-release
Update changelog for 5.3.0 release
2 parents c82d2ff + 2bf7d6e commit 9158f1c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8-
* [`changed`] SHT3x driver added macros to easily parse the STATUS register relevant bits
9-
* [`changed`] SHT3x driver support for alert thresholds configuration (read and write commands)
10-
* [`changed`] SHT3x driver support for clear status register
11-
* [`changed`] SHT3x driver allows use of 2 sensors in parallel (addresses 0x44 & 0x45)
8+
9+
## [5.3.0] - 2021-03-16
10+
11+
* [`added`] SHT3x driver added macros to easily parse the STATUS register relevant bits
12+
* [`added`] SHT3x driver support for alert thresholds configuration (read and write commands)
13+
* [`added`] SHT3x driver support for clear status register
14+
* [`added`] SHT3x driver allows use of 2 sensors in parallel (addresses 0x44 & 0x45)
1215

1316
## [5.2.1] - 2020-12-14
1417

@@ -84,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8487

8588
* First public release
8689

87-
[Unreleased]: https://github.com/Sensirion/embedded-sht/compare/5.2.1...master
90+
[Unreleased]: https://github.com/Sensirion/embedded-sht/compare/5.3.0...master
91+
[5.3.0]: https://github.com/Sensirion/embedded-sht/compare/5.2.1...5.3.0
8892
[5.2.1]: https://github.com/Sensirion/embedded-sht/compare/5.2.0...5.2.1
8993
[5.2.0]: https://github.com/Sensirion/embedded-sht/compare/5.1.0...5.2.0
9094
[5.1.0]: https://github.com/Sensirion/embedded-sht/compare/5.0.0...5.1.0

0 commit comments

Comments
 (0)