Skip to content

Commit

Permalink
chore(master): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed Oct 4, 2024
1 parent 57f3c5f commit 2f780dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.0](https://github.com/indykite/terraform-provider-indykite/compare/v0.10.0...v0.11.0) (2024-10-04)


### Features

* add location for entitymatching in tf ([3b91d86](https://github.com/indykite/terraform-provider-indykite/commit/3b91d8649c02d3a84044556de3c1dc3ff14316f4))

## [0.10.0](https://github.com/indykite/terraform-provider-indykite/compare/v0.9.0...v0.10.0) (2024-10-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
indykite = {
source = "indykite/indykite"
version = "~> 0.10"
version = "~> 0.11"
}
}
}
Expand Down

0 comments on commit 2f780dd

Please sign in to comment.