diff --git a/CHANGELOG.md b/CHANGELOG.md index c783c9d..c00b212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,14 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe Historic and pre-release versions aren't necessarily included. -## [0.6.0] - 2023-11-09 +## [0.7.0] - 2023-11-24 + +### Added + +- Logging for Playwright operations in `get_private_member_counts()` + + +## [0.6.0] - 2023-11-21 ### Added @@ -118,6 +125,7 @@ Historic and pre-release versions aren't necessarily included. - Update dev dependencies: mypy, pylint, test, types-requests, types-beautifulsoup4 +[0.7.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.4.1...v0.4.2 diff --git a/pyproject.toml b/pyproject.toml index 851bccb..5ea8b2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "britishcycling-clubs" -version = "0.6.0" +version = "0.7.0" description = "Unofficial library to automate aspects of British/Scottish/Welsh Cycling's club Membership Manager system" authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"] readme = "README.md"