Skip to content

Commit faf9892

Browse files
committed
Bump version for 0.11.4
1 parent 5838e2e commit faf9892

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.4] - 2024-06-13
4+
35
### Breaking changes
46
- The `title` attribute is now required in the elasticstack_kibana_data_view resource. In practice the resource didn't work without this set, the schema now enforces it's correctly configured.
57

@@ -305,7 +307,8 @@
305307
- Initial set of docs
306308
- CI integration
307309
308-
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...HEAD
310+
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.4...HEAD
311+
[0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...v0.11.4
309312
[0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.2...v0.11.3
310313
[0.11.2]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.1...v0.11.2
311314
[0.11.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.0...v0.11.1

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.11.3
4+
VERSION ?= 0.11.4
55

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

0 commit comments

Comments
 (0)