Skip to content

Commit 94c6a38

Browse files
committed
chore: update changelog for version 0.9.0 and bump version in pyproject.toml
1 parent dd3f96a commit 94c6a38

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2026-04-08
11+
1012
### Added
1113

12-
- Github workflow to publish on Docker Hub
14+
- Keycloak admin client id
15+
- Add execute upsert on utils and new upsert endpoint for dscenario objects
1316

1417
## [0.8.3] - 2026-03-26
1518

19+
### Added
20+
21+
- Github workflow to publish on Docker Hub
22+
1623
### Security
1724

1825
- Bumped `requests` version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "giswater-api"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
requires-python = ">=3.12"
55
dependencies = [
66
"fastapi==0.135.2",

0 commit comments

Comments
 (0)