Skip to content

Commit

Permalink
Merge pull request #8 from hashicorp/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
bcmdarroch authored Feb 23, 2021
2 parents 8d8e498 + b7cbb3b commit ecd0ac3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## 0.3.0 (February 23, 2021)

BUGS:
* update the following to include default error responses (#7)
- cloud-network/preview/2020-09-07
- cloud-operation/preview/2020-05-05
- cloud-resource-manager/preview/2019-12-10

BREAKING CHANGES:
* cloud-consul-service/preview/2020-08-26: revert service prefix addition to function names

## 0.2.0 (February 16, 2021)

IMPROVEMENTS:
* cloud-consul-service/preview/2020-08-26: update to include a primary in the consul cluster config model for federation support (#5)

BUGS:
* cloud-consul-service/preview/2020-08-26: update to include default error responses (#4)

BREAKING CHANGES:
* cloud-consul-service/preview/2020-08-26: change function names to include service name prefix (#4)

## 0.1.0 (January 29, 2021)

FEATURES:

* adds the following HCP service SDK:

| SDK | Release | Version |
|------------------------|---------|------------|
| cloud-consul-service | preview | 2020-08-26 |
| cloud-network | preview | 2020-09-07 |
| cloud-operation | preview | 2020-05-05 |
| cloud-resource-manager | preview | 2019-12-10 |
| cloud-shared | preview | - |
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.2.0"
var Version = "0.3.0"

0 comments on commit ecd0ac3

Please sign in to comment.