Skip to content

Commit

Permalink
docs: add changelog entry for v1.2.1 (#23)
Browse files Browse the repository at this point in the history
Merge pull request #23 from d-Rickyy-b/dev
  • Loading branch information
d-Rickyy-b committed Jan 8, 2021
2 parents 5c500ec + 2482b11 commit c691f6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.1] - 2021-01-09
### Fixed
- Fixed wrong attribute name leading to `AttributeError: 'CMR500' object has no attribute 'baud'` ([#21](https://github.com/d-Rickyy-b/pyBrematic/issues/21))

## [1.2.0] - 2021-01-05
### Added

Expand Down Expand Up @@ -43,7 +47,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Initial release with a single gateway and outlet.

[unreleased]: https://github.com/d-Rickyy-b/pyBrematic/compare/v1.2.0...HEAD
[unreleased]: https://github.com/d-Rickyy-b/pyBrematic/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/d-Rickyy-b/pyBrematic/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/d-Rickyy-b/pyBrematic/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/d-Rickyy-b/pyBrematic/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/d-Rickyy-b/pyBrematic/compare/v0.0.1...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyBrematic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit c691f6f

Please sign in to comment.