diff --git a/CHANGELOG.md b/CHANGELOG.md index cb13e76..9620bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [1.1.0] - 2023-11-05 ### Added - Support for python 3.12 @@ -17,4 +19,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version -[Unreleased]: https://github.com/bulv1ne/country_list/v1.0.0...HEAD +[Unreleased]: https://github.com/bulv1ne/country_list/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/bulv1ne/country_list/compare/v1.0.0...v1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 22f6ec7..d61ba3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] name = "country_list" -version = "1.0.0" +version = "1.1.0" description = "List of all countries with names and ISO 3166-1 codes in all languages" authors = ["Niels Lemmens <1936122+bulv1ne@users.noreply.github.com>"] readme = "README.rst" -repository = "https://github.com/bulv1ne/country_list" +repository = "https://github.com/bulv1ne/country_list/" license = "MIT" include = ["country_list/country_data/data/*/country.csv"] exclude = ["country_list/country_data/*"]