Skip to content

Commit e31b605

Browse files
authored
version 3.8.2 (#193)
1 parent edc9f25 commit e31b605

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## 3.8.2 (Aug 3, 2022)
3+
4+
BUG FIXES:
5+
6+
* incapsula_application_delivery: return ports to default upon deleting the resource ([#189](https://github.com/imperva/terraform-provider-incapsula/pull/189))
7+
28
## 3.8.1 (Jul 5, 2022)
39

410
IMPROVEMENTS:

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.8.1
9+
VERSION=3.8.2
1010

1111

1212
OS_ARCH=darwin_amd64

incapsula/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Client struct {
2626
func NewClient(config *Config) *Client {
2727
client := &http.Client{}
2828

29-
return &Client{config: config, httpClient: client, providerVersion: "3.8.1"}
29+
return &Client{config: config, httpClient: client, providerVersion: "3.8.2"}
3030
}
3131

3232
// Verify checks the API credentials

0 commit comments

Comments
 (0)