Skip to content

Commit 22d4f1a

Browse files
authored
Merge pull request #138 from imperva/version_3_3_3
bump version to 3.3.3
2 parents 37e8ee4 + 63ff307 commit 22d4f1a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
66
PKG_NAME=incapsula
77
BINARY=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

1111
OS_ARCH=darwin_amd64
1212
# OS_ARCH=linux_amd64

incapsula/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Client struct {
2525
func 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

0 commit comments

Comments
 (0)