Skip to content

Commit

Permalink
Merge pull request #11 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 75fac40 + 3c86686 commit 3f8db1b
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 54 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Version 0.5.0 (2021-06-23)
--------------------------
Bump dependencies (#10)

Version 0.4.0 (2020-11-22)
--------------------------
Add support for the importing of existing data sources and group resources into state (#8)

Version 0.3.0 (2020-09-25)
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/snowplow-devops/terraform-provider-redash
go 1.15

require (
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
github.com/snowplow-devops/redash-client-go v0.4.1
golang.org/x/tools v0.0.0-20201123155928-5bad45943a20 // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/tools v0.1.3 // indirect
)
Loading

0 comments on commit 3f8db1b

Please sign in to comment.