-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
release: 5.1.0
1 parent
c139932
commit 7641965
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "5.0.0" | ||
".": "5.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## 5.1.0 (2025-01-30) | ||
|
||
Full Changelog: [v5.0.0...v5.1.0](https://github.com/cloudflare/terraform-provider-cloudflare/compare/v5.0.0...v5.1.0) | ||
|
||
### Features | ||
|
||
* Create pull_request_template.md ([146f599](https://github.com/cloudflare/terraform-provider-cloudflare/commit/146f599b92f58042fc517e27fcdd776841a406d5)) | ||
* **ip_ranges:** configure read method ([#4967](https://github.com/cloudflare/terraform-provider-cloudflare/issues/4967)) ([382bb7f](https://github.com/cloudflare/terraform-provider-cloudflare/commit/382bb7f10d9e7fd7cde1af0a5ae3401a3b9b5f05)) | ||
* Rename .github/workflows/pull_request_template.md to .github/pull_request_template.md ([c139932](https://github.com/cloudflare/terraform-provider-cloudflare/commit/c1399323d67a6083b995a56ad431285a60e5b5ec)) | ||
* **terraform:** enable automatic publishing ([#4968](https://github.com/cloudflare/terraform-provider-cloudflare/issues/4968)) ([2119db9](https://github.com/cloudflare/terraform-provider-cloudflare/commit/2119db9247d00f40dd89f87ebdc326c7e26bb7c7)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bump versions to latest ([3020193](https://github.com/cloudflare/terraform-provider-cloudflare/commit/30201935fad75c057e9aa9408da15400e531183c)) | ||
* **grit:** make pattern names consistent ([0b2ba12](https://github.com/cloudflare/terraform-provider-cloudflare/commit/0b2ba12bb261244c6e9bd24e4b6fa783f26bc0e7)) | ||
* update migration guide to use source, not stdlib ([9d208d6](https://github.com/cloudflare/terraform-provider-cloudflare/commit/9d208d6577f60940ec2bc1d6dcb181fcefbfdfac)) |