Skip to content

Commit 96badef

Browse files
committed
Bump version to 2.9.0
1 parent a8ff12b commit 96badef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.9.0 (Released)
2+
* Fix `acceleration_level` in the `site` resource
3+
* Fix support for `continents` in the `security_rule_exception` resource
4+
* Fix the default value for `seal_location` in the `site` resource
5+
* Fix documentation for the `security_rule_exception` resource
6+
* Support multiple component test accounts
7+
* Add TF provider version to HTTP client calls
8+
19
## 2.8.0 (Released)
210
* Add new `incap_rule` properties and `RULE_ACTION_FORWARD_TO_PORT` action
311
* Fix `security_rule_exception` import

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ HOSTNAME=registry.terraform.io
55
NAMESPACE=terraform-providers
66
PKG_NAME=incapsula
77
BINARY=terraform-provider-${PKG_NAME}
8-
VERSION=2.8.0
8+
VERSION=2.9.0
99
# OS_ARCH=darwin_amd64
1010

1111
default: install

0 commit comments

Comments
 (0)