Browse Source

changelog: fix version tag

Fabian Peter Hammerle 3 years ago
parent
commit
44fa830349
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGELOG.md

+ 3 - 3
CHANGELOG.md

@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
-## [0.1.0] - 2020-09-02
+## [1.0.0] - 2020-09-02
 ### Added
 - `CC1101` class providing
   - context manager to open SPI port
@@ -19,5 +19,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - disabled data whitening
 - automatic calibration
 
-[Unreleased]: https://github.com/fphammerle/python-cc1101/compare/v0.1.0...HEAD
-[0.1.0]: https://github.com/fphammerle/python-cc1101/releases/tag/v0.1.0
+[Unreleased]: https://github.com/fphammerle/python-cc1101/compare/v1.0.0...HEAD
+[1.0.0]: https://github.com/fphammerle/python-cc1101/releases/tag/v1.0.0