Skip to content

Commit

Permalink
chore(master): release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed Oct 7, 2024
1 parent 6b56deb commit 56971a7
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.11.0"
".": "0.12.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.12.0](https://github.com/indykite/terraform-provider-indykite/compare/v0.11.0...v0.12.0) (2024-10-07)


### Features

* add location for entitymatching in tf ([6b56deb](https://github.com/indykite/terraform-provider-indykite/commit/6b56debb9a6de3367d6fc95419abedad7d23db61))

## [0.11.0](https://github.com/indykite/terraform-provider-indykite/compare/v0.10.0...v0.11.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.11"
version = "~> 0.12"
}
}
}
Expand Down

0 comments on commit 56971a7

Please sign in to comment.