Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chros73 committed Jul 17, 2022
1 parent c101a5a commit f2a4e80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v0.3.2](https://github.com/chros73/bscpylgtv/tree/v0.3.2) (2022-07-17)
**Implemented enhancements:**

- Add available settings for 2022 models
- Add new buttons
- Add `reboot_soft` method
- Update readme with more examples
- Add commands and scripts to add support for new firmwares

## [v0.3.1](https://github.com/chros73/bscpylgtv/tree/v0.3.1) (2022-01-03)
**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion bscpylgtv/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 3, 1)
__version_info__ = (0, 3, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit f2a4e80

Please sign in to comment.