diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fc631..4485782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.3.0-rc.16 (2024-01-19) + +### Feature + +* feat(cd): test jq ([`a258939`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/a258939df816fc2050e88232d6b6f775d415b03e)) + + ## v3.3.0-rc.15 (2024-01-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 77e427a..3568669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "OpenGeodeWeb-Back" -version = "3.3.0-rc.15" +version = "3.3.0-rc.16" dynamic = ["dependencies"] authors = [ { name="Geode-solutions", email="team-web@geode-solutions.com" },