Skip to content

Commit 8bcd1a9

Browse files
authored
Update Changelog (#201)
1 parent a9aea97 commit 8bcd1a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [v0.19.0] - 2025/04/28
88

99
### Added
1010

1111
- Set methods of properties now return True on success and False on failure
12-
- Last activities attributes are not timezone aware
12+
- Last activities attributes are now timezone aware
1313

1414
### Changed
1515

tests/mocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .mock_websocket import WEBSOCKET, MockWebSocketApp
33
from .mock_zeroconf import MockServiceBrowser
44

5-
__all__ = ["WEBSOCKET", "MockWebSocketApp", "MockServiceBrowser"]
5+
__all__ = ["WEBSOCKET", "MockServiceBrowser", "MockWebSocketApp"]

0 commit comments

Comments
 (0)