Skip to content

Commit

Permalink
bump version: 3.18.2 (#326)
Browse files Browse the repository at this point in the history
Co-authored-by: BrachaY <bracha.yalon@gmail.com>
  • Loading branch information
BrachaY and BrachaY authored Jun 28, 2023
1 parent 70f3ea0 commit 90f122a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.18.2 (Jun 26, 2023)

BUG FIXES:

* Policy resource - fix bug with empty policyDataExceptions array in local resource always shows diff ([#322](https://github.com/imperva/terraform-provider-incapsula/pull/322)


## 3.18.1 (Jun 11, 2023)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
PKG_NAME=incapsula
BINARY=terraform-provider-${PKG_NAME}
# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
VERSION=3.18.1
VERSION=3.18.2

# Mac Intel Chip
OS_ARCH=darwin_amd64
Expand Down
2 changes: 1 addition & 1 deletion incapsula/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Client struct {
func NewClient(config *Config) *Client {
client := &http.Client{}

return &Client{config: config, httpClient: client, providerVersion: "3.18.1"}
return &Client{config: config, httpClient: client, providerVersion: "3.18.2"}
}

func (c *Client) CreateFormDataBody(bodyMap map[string]interface{}) ([]byte, string) {
Expand Down

0 comments on commit 90f122a

Please sign in to comment.