Skip to content

Commit 8a50559

Browse files
committed
chore(main): release 4.0.0
1 parent bf71896 commit 8a50559

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/GDC-ConsumerEdge/parameter-store/compare/v3.0.0...v4.0.0) (2026-03-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove autoapi"
9+
10+
### Bug Fixes
11+
12+
* remove autoapi" ([6258f00](https://github.com/GDC-ConsumerEdge/parameter-store/commit/6258f005416c04b447feefbec5507787e2c4ed3f))
13+
14+
15+
### Documentation
16+
17+
* 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))
18+
319
## [3.0.0](https://github.com/GDC-ConsumerEdge/parameter-store/compare/v2.0.0...v3.0.0) (2026-02-20)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "parameter-store"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
description = "Parameter Store is a Django application that holds parameter data for deployments of Google Distributed Cloud Connected clusters"
55
authors = [
66
{ name = "Paul Durivage", email = "durivage@google.com" },

0 commit comments

Comments
 (0)