Skip to content

Commit

Permalink
Bump version for 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gigerdo committed Aug 12, 2024
1 parent 6c74e64 commit 4babe49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.11.5] - 2024-08-12

- Fix setting `id` for Fleet outputs and servers ([#666](https://github.com/elastic/terraform-provider-elasticstack/pull/666))
- Fix `elasticstack_fleet_enrollment_tokens` returning empty tokens in some case ([#683](https://github.com/elastic/terraform-provider-elasticstack/pull/683))
- Add support for Kibana synthetics private locations ([#696](https://github.com/elastic/terraform-provider-elasticstack/pull/696))
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.DEFAULT_GOAL = help
SHELL := /bin/bash

VERSION ?= 0.11.4

VERSION ?= 0.11.5

NAME = elasticstack
BINARY = terraform-provider-${NAME}
Expand Down

0 comments on commit 4babe49

Please sign in to comment.