File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ## 3.6.0 (Unreleased )
1+ ## 3.6.0 (June 8, 2022 )
22
33FEATURES:
44
5- * ** New Resource:** ` site_monitoring `
5+ * ** New Resource:** ` incapsula_custom_hsm_certificate `
66
77## 3.5.2 (May 16, 2022)
88
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
66PKG_NAME =incapsula
77BINARY =terraform-provider-${PKG_NAME}
88# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
9- VERSION =3.5.2
9+ VERSION =3.6.0
1010
1111
1212OS_ARCH =darwin_amd64
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ type Client struct {
2626func NewClient (config * Config ) * Client {
2727 client := & http.Client {}
2828
29- return & Client {config : config , httpClient : client , providerVersion : "3.5.2 " }
29+ return & Client {config : config , httpClient : client , providerVersion : "3.6.0 " }
3030}
3131
3232// Verify checks the API credentials
You can’t perform that action at this time.
0 commit comments