Skip to content

Commit

Permalink
chore: release 2.2.0 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: articulate-shipping[bot] <181743967+articulate-shipping[bot]@users.noreply.github.com>
  • Loading branch information
articulate-shipping[bot] authored Oct 25, 2024
1 parent 2d71685 commit e2abbc1
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "2.1.13"
".": "2.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [2.2.0](https://github.com/articulate/terraform-provider-ohdear/compare/v2.1.13...v2.2.0) (2024-10-25)


### Features

* **golang:** bumps to version 1.23 ([f8b0244](https://github.com/articulate/terraform-provider-ohdear/commit/f8b0244ba83492e74ff2b4bb232cacf0f8bcbfdc))


### Dependency Updates

* bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.3 ([#131](https://github.com/articulate/terraform-provider-ohdear/issues/131)) ([2d71685](https://github.com/articulate/terraform-provider-ohdear/commit/2d716850f8742e7bf2205f99e54633c96bfb97c0))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
required_providers {
ohdear = {
source = "articulate/ohdear"
version = "2.1.13"
version = "2.2.0"
}
}
}
Expand Down

0 comments on commit e2abbc1

Please sign in to comment.