Skip to content

Commit

Permalink
Bump version for 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobio committed Jun 13, 2024
1 parent 5838e2e commit faf9892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.11.4] - 2024-06-13

### Breaking changes
- 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.

Expand Down Expand Up @@ -305,7 +307,8 @@
- Initial set of docs
- CI integration
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...HEAD
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.4...HEAD
[0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.0...v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL = help
SHELL := /bin/bash

VERSION ?= 0.11.3
VERSION ?= 0.11.4

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

0 comments on commit faf9892

Please sign in to comment.