diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b750d..bd03f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] 2024-02-06 +### Fixed +- Pool drain issues (https://github.com/sonic182/aiosonic/pull/456, https://github.com/sonic182/aiosonic/pull/457) Thanks to @geraldog +- Exception when querying dns (https://github.com/sonic182/aiosonic/pull/457) Thanks to @geraldog + ## [0.17.1] 2024-01-17 ### Added - Tests compatibility for python 3.12, tox and nodejs update (thanks to @jamim) @@ -254,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - https -[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.17.1..HEAD +[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.18.0..HEAD +[0.18.0]: https://github.com/sonic182/aiosonic/compare/0.17.1..0.18.0 [0.17.1]: https://github.com/sonic182/aiosonic/compare/0.17.0..0.17.1 [0.17.0]: https://github.com/sonic182/aiosonic/compare/0.16.2..0.17.0 [0.16.2]: https://github.com/sonic182/aiosonic/compare/0.16.1..0.16.2 diff --git a/aiosonic/version.py b/aiosonic/version.py index e51244a..7d785f0 100644 --- a/aiosonic/version.py +++ b/aiosonic/version.py @@ -1 +1 @@ -VERSION = "0.17.1" +VERSION = "0.18.0"