Skip to content
Merged
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- subscription products contain the plan id
- `mongodbflex`: [1.0.0](services/mongodbflex/CHANGELOG.md#v100-2025-05-02)
- **Breaking Change:** Introduce typed enum constants for status attributes
- `git`: [v0.3.2](services/git/CHANGELOG.md#v032-2025-05-02)
- **Bugfix**: Spelling corrections in documentation

## Release (2025-04-30)
- `core`: [v0.17.1](core/CHANGELOG.md#v0171-2025-04-09)
Expand Down
3 changes: 3 additions & 0 deletions services/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.2 (2025-05-02)
- **Bugfix**: Spelling corrections in documentation

## v0.3.1 (2025-04-29)
- **Bugfix:** Correctly handle empty payload in body

Expand Down
23 changes: 15 additions & 8 deletions services/git/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions services/git/model_instance.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading