Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-snyk committed Sep 18, 2022
1 parent b651ce1 commit 0af40e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

<a name="v0.6.0"></a>
## v0.6.0 (2022-09-18)
### Features
* **resource/snyk_integration**: add configuration options for pull request testing
### Maintaining
* update snyk-sdk-go to v0.3.1
* fix caching for tools task in test workflow
* **deps**: bump github.com/hashicorp/terraform-plugin-sdk/v2
* **deps**: bump github.com/hashicorp/terraform-plugin-sdk/v2

<a name="v0.5.0"></a>
## v0.5.0 (2022-09-05)
### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
snyk = {
source = "pavel-snyk/snyk"
version = "~> 0.3"
version = "~> 0.6"
}
}
}
Expand Down

0 comments on commit 0af40e8

Please sign in to comment.