diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9485046..3a3df6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.3" + ".": "2.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a9d97..fbc0fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.4](https://github.com/articulate/terraform-provider-ohdear/compare/v2.2.3...v2.2.4) (2024-12-04) + + +### Dependency Updates + +* bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.1 in the terraform group ([#143](https://github.com/articulate/terraform-provider-ohdear/issues/143)) ([2afc59e](https://github.com/articulate/terraform-provider-ohdear/commit/2afc59ee8d35d0be52a4e747b4cc0393cb63e324)) +* bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the test group ([#144](https://github.com/articulate/terraform-provider-ohdear/issues/144)) ([e3a37fe](https://github.com/articulate/terraform-provider-ohdear/commit/e3a37fee61efae433d33aaadee54b8e7ec2f86bd)) + ## [2.2.3](https://github.com/articulate/terraform-provider-ohdear/compare/v2.2.2...v2.2.3) (2024-11-14) diff --git a/README.md b/README.md index 59ba9c3..991b6ce 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ terraform { required_providers { ohdear = { source = "articulate/ohdear" - version = "2.2.3" + version = "2.2.4" } } }