Skip to content

Commit

Permalink
Add CHANELOG entry and fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalirao committed Nov 2, 2022
1 parent 063f7ad commit f656b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## Enhancements

* Add `NotificationTriggerAssessmentCheckFailed` notification trigger type by @rexredinger [#549](https://github.com/hashicorp/go-tfe/pull/549)
* Add OPA support to the Policy Set API's by @mrinalirao [#575](https://github.com/hashicorp/go-tfe/pull/575)

# v1.11.0

Expand Down
2 changes: 1 addition & 1 deletion policy_set.go
Expand Up @@ -11,7 +11,7 @@ import (
var _ PolicySets = (*policySets)(nil)

// PolicyKind is an indicator of the underlying technology that the policy or policy set supports.
// There are two Policykinds documented in the enum.
// There are two kinds documented in the enum.
type PolicyKind string

const (
Expand Down

0 comments on commit f656b57

Please sign in to comment.