Skip to content

Commit 0b20054

Browse files
committed
Bump versions for 0.6.2
1 parent fb91151 commit 0b20054

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.6.2] - 2023-06-19
4+
35
### Added
46
- Logging of Kibana action connectors HTTP requests and responses when [Terraform logs are enabled](https://developer.hashicorp.com/terraform/internals/debugging).
57
- Add `skip_destroy` flag to `elasticstack_fleet_agent_policy` resource ([#357](https://github.com/elastic/terraform-provider-elasticstack/pull/357))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL = help
22
SHELL := /bin/bash
33

4-
VERSION ?= 0.6.1
4+
VERSION ?= 0.6.2
55

66
NAME = elasticstack
77
BINARY = terraform-provider-${NAME}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
required_providers {
2323
elasticstack = {
2424
source = "elastic/elasticstack"
25-
version = "~> 0.6.1"
25+
version = "~> 0.6.2"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)