File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.3.3 (Released)
2+
3+ * Fix pagination bug in sub-account resource
4+
15## 3.3.2 (Released)
26
37* Edit business logic, add acceptance test for incapsula_txt_record resource
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.3.2
9+ VERSION =3.3.3
1010
1111OS_ARCH =darwin_amd64
1212# OS_ARCH=linux_amd64
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type Client struct {
2525func NewClient (config * Config ) * Client {
2626 client := & http.Client {}
2727
28- return & Client {config : config , httpClient : client , providerVersion : "3.3.2 " }
28+ return & Client {config : config , httpClient : client , providerVersion : "3.3.3 " }
2929}
3030
3131// Verify checks the API credentials
You can’t perform that action at this time.
0 commit comments