diff --git a/CHANGELOG.md b/CHANGELOG.md index c66f88d..4c4d1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.4.1] - 2024-12-28 ### Added - New `get_provider_by_id()` method that follows the naming convention of other provider search methods diff --git a/pyproject.toml b/pyproject.toml index 4835a2e..b802b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mobility-db-api" -version = "0.4.0" +version = "0.4.1" authors = [ { name="Bence Damokos" } ]