From d5c1d367fe4db74aeb1f7bd0d09df9f91d50a917 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Fri, 5 Apr 2024 09:35:33 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.3=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3b48b8..00cc46ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 (2024-04-05) + +### Feat + +- **countries**: adds cid country get endpoint + ## 1.1.3 (2024-04-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3fe731b4..f5bcfdd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "raw-data-api" -version = "1.1.3" +version = "1.2.0" description = "Set of high-performant APIs for transforming and exporting OpenStreetMap (OSM) data in different GIS file formats." readme = "README.md" authors = [