diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0e7139..16adf898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.2.1 (2023-12-07) + +### Fix + +- retry_max_url_attempt + ## v0.2.0 (2023-10-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index bcb9aac6..af851223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "osmsg" -version = "0.2.0" +version = "0.2.1" description = "OpenStreetMap Stats Generator : Commandline" readme = "README.md" authors = [{name = "Kshitij Raj Sharma", email = "skshitizraj@gmail.com"}]