diff --git a/CHANGELOG.md b/CHANGELOG.md index a538262..e4b6bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [2.0.2] - 2022-11-26 + +- Allow keyword-only arguments of public methods to be positional. + ## [2.0.1] - 2022-08-15 - Raise minimum required Python version from 3.7 to 3.7.2. diff --git a/pyproject.toml b/pyproject.toml index 34a5d37..96b818b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiopywttr" -version = "2.0.1" +version = "2.0.2" description = "Asynchronous wrapper for wttr.in API" authors = ["monosans "] license = "MIT"