Skip to content

Commit

Permalink
Merge pull request #21 from snowplow-devops/release/v0.5.0
Browse files Browse the repository at this point in the history
Release/v0.5.0
  • Loading branch information
jbeemster authored Jun 23, 2021
2 parents a982e96 + 74ce454 commit 5ee82e9
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 103 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.5.0 (2021-06-23)
--------------------------
Bump dependencies (#20)

Version 0.4.0 (2021-06-07)
--------------------------
Add ability to override provider settings in the resource (#18)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ limitations under the License.
[actions-image]: https://github.com/snowplow-devops/terraform-provider-snowplow/workflows/ci/badge.svg
[actions]: https://github.com/snowplow-devops/terraform-provider-snowplow/actions

[release-image]: http://img.shields.io/badge/release-0.4.0-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.5.0-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow-devops/terraform-provider-snowplow/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ go 1.13

require (
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/hashicorp/terraform v0.12.29
github.com/hashicorp/terraform v0.14.11
github.com/imdario/mergo v0.3.12
github.com/snowplow/snowplow-golang-tracker/v2 v2.3.0
github.com/snowplow/snowplow-golang-tracker/v2 v2.4.0
github.com/stretchr/testify v1.5.1
github.com/twinj/uuid v1.0.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/tools v0.1.3 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
)
Loading

0 comments on commit 5ee82e9

Please sign in to comment.