diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e91351..772bd9f 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.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 c0150f6..c8a8501 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.15" +__version__ = "0.0.16"