diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9d314..d53506f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [2.2.1] - 2023-07-06 + +- Add documentation. + ## [2.2.0] - 2023-04-22 - Reexport models from pywttr-models. diff --git a/pyproject.toml b/pyproject.toml index 62a0316..3b5b5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiopywttr" -version = "2.2.0" +version = "2.2.1" description = "Asynchronous wrapper for wttr.in API" authors = ["monosans "] license = "MIT"