diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af7ee2..4a5b731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. 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). ## [Unreleased] + +## [0.3.9] - 2024-09-21 ### Added - Added more debug logging @@ -82,7 +84,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Initial release! -[Unreleased]: https://github.com/IceBotYT/nice-go/compare/0.3.8...master +[Unreleased]: https://github.com/IceBotYT/nice-go/compare/0.3.9...master +[0.3.9]: https://github.com/IceBotYT/nice-go/compare/0.3.8...0.3.9 [0.3.8]: https://github.com/IceBotYT/nice-go/compare/0.3.7...0.3.8 [0.3.7]: https://github.com/IceBotYT/nice-go/compare/0.3.6...0.3.7 [0.3.6]: https://github.com/IceBotYT/nice-go/compare/0.3.5...0.3.6 diff --git a/pyproject.toml b/pyproject.toml index d45ea91..0e46bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nice-go" -version = "0.3.8" +version = "0.3.9" description = "Control various Nice access control products" authors = [ "IceBotYT <34712694+IceBotYT@users.noreply.github.com>",