Skip to content

Commit

Permalink
bump version: 3.20.2 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrachaY authored Sep 14, 2023
1 parent ee48900 commit c0c5ea4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 3.20.1 (Jul 28, 2023)
## 3.20.2 (Sep 10, 2023)

* incapsula_bots_configuration resource documentation fix ([#345](https://github.com/imperva/terraform-provider-incapsula/pull/345)
* Incapsula_account_policy_association resource documentation fix ([#346](https://github.com/imperva/terraform-provider-incapsula/pull/346)


## 3.20.1 (Aug 28, 2023)

* Incapsula_data_center_configuration resource: fix documentation ([#341](https://github.com/imperva/terraform-provider-incapsula/pull/341)
* Incapsula_account_ssl_settings resource: fix documentation ([#342](https://github.com/imperva/terraform-provider-incapsula/pull/342)
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.20.1
VERSION=3.20.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.20.1"}
return &Client{config: config, httpClient: client, providerVersion: "3.20.2"}
}

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

0 comments on commit c0c5ea4

Please sign in to comment.