Skip to content

Commit

Permalink
update changelog and bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmdarroch committed Jun 16, 2021
1 parent f12e2d2 commit d7e53cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
## 0.9.0 (June 16, 2021)

FEATURES:
* Updated cloud-consul-service/preview/2021-02-04 to Plus tier (#24)

## 0.8.0 (May 20, 2021)

FEATURES:
* Updated cloud-network/preview/2020-09-07 to include GetHVNRoute and add UpdatedAt fields on Peering and TGW
* Updated cloud-network/preview/2020-09-07 to include GetHVNRoute and add UpdatedAt fields on Peering and TGW (#22)

## 0.7.0 (April 26, 2021)

FEATURES:
* Updated cloud-network/preview/2020-09-07 to include changes introduced to add an optional parameter for ListHVNRoutes - `destination`
* Updated cloud-network/preview/2020-09-07 to include changes introduced to add an optional parameter for ListHVNRoutes - `destination` (#20)

## 0.6.0 (April 16, 2021)

FEATURES:
* Update cloud-network/preview/2020-09-07 to include support for HVN routes
* Update cloud-network/preview/2020-09-07 to include support for HVN routes (#17)

## 0.5.0 (March 22, 2021)

FEATURES:
* Add SDK support for two new preview versions (2020-04-20 and 2020-11-25) of cloud-vault-service
* Add SDK support for two new preview versions (2020-04-20 and 2020-11-25) of cloud-vault-service (#14)

## 0.4.0 (March 16, 2021)

FEATURES:
* Add SDK support for new preview version (2021-02-04) of cloud-consul-service
* Add SDK support for new preview version (2021-02-04) of cloud-consul-service (#10)

## 0.3.0 (February 23, 2021)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version refers to the current version of hcp-sdk-go.
var Version = "0.8.0"
var Version = "0.9.0"

0 comments on commit d7e53cf

Please sign in to comment.