Skip to content

Commit e6aa788

Browse files
authored
bump version 3.6.0 (#174)
1 parent b9c7c30 commit e6aa788

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 3.6.0 (Unreleased)
1+
## 3.6.0 (June 8, 2022)
22

33
FEATURES:
44

5-
* **New Resource:** `site_monitoring`
5+
* **New Resource:** `incapsula_custom_hsm_certificate`
66

77
## 3.5.2 (May 16, 2022)
88

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.5.2
9+
VERSION=3.6.0
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.5.2"}
29+
return &Client{config: config, httpClient: client, providerVersion: "3.6.0"}
3030
}
3131

3232
// Verify checks the API credentials

0 commit comments

Comments
 (0)