Skip to content

Commit b67dd9c

Browse files
committed
0.2.1
1 parent 7d1a99d commit b67dd9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog for the Cortex terraform provider.
22

33
## Unreleased
44

5+
## 0.2.1
6+
57
* Add the ability to pass `role` in `x-cortex-team.members` attributes
68
* Add `x-cortex-coralogix` support
79
* Add `x-cortex-k8s` support

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ HOSTNAME=github.com
22
NAMESPACE=bigcommerce
33
NAME=cortex
44
BINARY=terraform-provider-${NAME}
5-
VERSION=0.2.1-dev
5+
VERSION=0.2.2-dev
66

77
GOOS?=$(shell go tool dist env | grep GOOS | grep -o '".*"' | sed 's/"//g')
88
GOARCH?=$(shell go tool dist env | grep GOARCH | grep -o '".*"' | sed 's/"//g')

0 commit comments

Comments
 (0)