Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "4.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.0.0](https://github.com/GDC-ConsumerEdge/parameter-store/compare/v3.0.0...v4.0.0) (2026-03-09)


### ⚠ BREAKING CHANGES

* remove autoapi"

### Bug Fixes

* remove autoapi" ([6258f00](https://github.com/GDC-ConsumerEdge/parameter-store/commit/6258f005416c04b447feefbec5507787e2c4ed3f))


### Documentation

* format tf example in README ([#124](https://github.com/GDC-ConsumerEdge/parameter-store/issues/124)) ([bf71896](https://github.com/GDC-ConsumerEdge/parameter-store/commit/bf7189620bab712d8e332b349e79045bf9eae93c))
* Update GEMINI.md ([3f16cf6](https://github.com/GDC-ConsumerEdge/parameter-store/commit/3f16cf6122d07949c6c72644e0553b4dda1893c2))

## [3.0.0](https://github.com/GDC-ConsumerEdge/parameter-store/compare/v2.0.0...v3.0.0) (2026-02-20)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "parameter-store"
version = "3.0.0"
version = "4.0.0"
description = "Parameter Store is a Django application that holds parameter data for deployments of Google Distributed Cloud Connected clusters"
authors = [
{ name = "Paul Durivage", email = "durivage@google.com" },
Expand Down