Skip to content

Commit

Permalink
Bump sdk version to 0.17.0 (#69)
Browse files Browse the repository at this point in the history
* Bump SDK version

* missing steps
  • Loading branch information
codergs authored Feb 9, 2022
1 parent dadc226 commit ca9f18c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.17.0 (Feburary 9, 2022)

FEATURES:
* Updated cloud-vault-service/stable/2020-11-25 to add cluster performance replication paths filter newly added attributed ([#68](https://github.com/hashicorp/hcp-sdk-go/pull/68)).

## 0.16.0 (January 25, 2022)

FEATURES:
Expand Down Expand Up @@ -71,10 +76,10 @@ FEATURES:
## 0.3.0 (February 23, 2021)

BUGS:
* update the following to include default error responses ([#7](https://github.com/hashicorp/hcp-sdk-go/pull/7))
* update the following to include default error responses ([#7](https://github.com/hashicorp/hcp-sdk-go/pull/7))
- cloud-network/preview/2020-09-07
- cloud-operation/preview/2020-05-05
- cloud-resource-manager/preview/2019-12-10
- cloud-resource-manager/preview/2019-12-10

BREAKING CHANGES:
* cloud-consul-service/preview/2020-08-26: revert service prefix addition to function names
Expand All @@ -87,7 +92,7 @@ IMPROVEMENTS:
BUGS:
* cloud-consul-service/preview/2020-08-26: update to include default error responses ([#4](https://github.com/hashicorp/hcp-sdk-go/pull/4))

BREAKING CHANGES:
BREAKING CHANGES:
* cloud-consul-service/preview/2020-08-26: change function names to include service name prefix ([#4](https://github.com/hashicorp/hcp-sdk-go/pull/4))

## 0.1.0 (January 29, 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.16.0"
var Version = "0.17.0"

0 comments on commit ca9f18c

Please sign in to comment.