Skip to content

Commit

Permalink
Added a respVersion attribute for creating Region resources
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSharpe committed Nov 13, 2023
1 parent da3b7a0 commit c2ce136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).

## 0.8.0

### Added

* A `resp_version` property for Regions (creation only)

## 0.7.0

### Added
Expand Down
1 change: 1 addition & 0 deletions service/regions/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type CreateRegion struct {
Region *string `json:"region,omitempty"`
DeploymentCIDR *string `json:"deploymentCIDR,omitempty"`
DryRun *bool `json:"dryRun,omitempty"`
RespVersion *string `json:"respVersion,omitempty"`
Databases []*CreateDatabase `json:"databases,omitempty"`
}

Expand Down

0 comments on commit c2ce136

Please sign in to comment.