File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.21.1 (Jan 8, 2024)
2+
3+ - Documentation fixes
4+ - Incapsula_account: fix bug of roles name ([ #378 ] ( https://github.com/imperva/terraform-provider-incapsula/pull/378 ) )
5+ - incapsula_mtls_client_to_imperva_ca_certificate: fix parameter name ([ #379 ] ( https://github.com/imperva/terraform-provider-incapsula/pull/379 ) )
6+ - incapsula_security_rule_exception: fix bug ([ #380 ] ( https://github.com/imperva/terraform-provider-incapsula/pull/380 ) )
7+
8+
19## 3.21.0 (Nov 20, 2023)
210
311IMPROVEMENTS:
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.21.0
9+ VERSION =3.21.1
1010
1111# Mac Intel Chip
1212OS_ARCH =darwin_amd64
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type Client struct {
3434func NewClient (config * Config ) * Client {
3535 client := & http.Client {}
3636
37- return & Client {config : config , httpClient : client , providerVersion : "3.21.0 " }
37+ return & Client {config : config , httpClient : client , providerVersion : "3.21.1 " }
3838}
3939
4040func (c * Client ) CreateFormDataBody (bodyMap map [string ]interface {}) ([]byte , string ) {
You can’t perform that action at this time.
0 commit comments