diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 282f0ee..4c81962 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.9" + ".": "1.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfb363..c8825c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.10](https://github.com/HydrologicEngineeringCenter/cwms-python/compare/v1.0.9...v1.0.10) (2026-09-11) + + +### Bug Fixes + +* REGI-501: Gate Changes ([#307](https://github.com/HydrologicEngineeringCenter/cwms-python/issues/307)) ([ae76054](https://github.com/HydrologicEngineeringCenter/cwms-python/commit/ae7605424ad463017b6c08b5e5d9a2b71569ec32)) + ## [1.0.9](https://github.com/HydrologicEngineeringCenter/cwms-python/compare/v1.0.8...v1.0.9) (2026-09-10) diff --git a/pyproject.toml b/pyproject.toml index 61dff02..9bcbb6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "cwms-python" repository = "https://github.com/HydrologicEngineeringCenter/cwms-python" # Managed by Release Please; runtime versions come from package metadata. -version = "1.0.9" +version = "1.0.10" packages = [ { include = "cwms" },