diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d9787..b442ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.17] - 2026-08-05 + ### Fixed - **`DatabaseConfig` ignored values passed by field name** (`jvspatial/api/config_groups.py`). @@ -21,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 DynamoDB was affected the whole time; Postgres inherited it in 0.0.16. Coverage: `tests/api/test_database_config_population.py`. +## [0.0.16] - 2026-08-04 + ### Added - **Postgres is selectable from `Server`** (`jvspatial/api/components/database_configurator.py`). diff --git a/jvspatial/version.py b/jvspatial/version.py index c8a8501..d2fe638 100644 --- a/jvspatial/version.py +++ b/jvspatial/version.py @@ -9,4 +9,4 @@ # - MAJOR: Breaking changes # - MINOR: New features, backward compatible # - PATCH: Bug fixes, backward compatible -__version__ = "0.0.16" +__version__ = "0.0.17"