Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chros73 committed Jan 19, 2023
1 parent 935342d commit 11b1f0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v0.4.3](https://github.com/chros73/bscpylgtv/tree/v0.4.3) (2023-01-19)
**Implemented enhancements:**

- Use SSL for WebSocket connection by default (required by 2022 models)
- Add optional `-w` command line parameter for connecting without SSL
- Update available settings doc of 2022 models

## [v0.4.2](https://github.com/chros73/bscpylgtv/tree/v0.4.2) (2022-11-01)

**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, 4, 2)
__version_info__ = (0, 4, 3)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 11b1f0e

Please sign in to comment.