diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2f2147..bc0e7139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.2.0 (2023-10-30) + +### Feat + +- intorduces key value stats feature for all the stats type +- Turkey Data and Frontend Integration + +## v0.1.33 (2023-07-10) + ## v0.1.32 (2023-07-10) ### Perf diff --git a/pyproject.toml b/pyproject.toml index 2bbd531f..bcb9aac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "osmsg" -version = "0.1.33" +version = "0.2.0" description = "OpenStreetMap Stats Generator : Commandline" readme = "README.md" authors = [{name = "Kshitij Raj Sharma", email = "skshitizraj@gmail.com"}]