Skip to content

Commit

Permalink
update CHANGELOG.md v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Sep 8, 2023
1 parent eed3e28 commit 6cb708e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.0.0 (Sep 8, 2023)

BREAKING CHANGES:

* `pagerduty/pagerduty`: Support for PagerDuty Apps Oauth scoped token ([#708](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/708))
* The following data sources and resources has been deprecated ([#744](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/744))
- `data/pagerduty_custom_field`
- `data/pagerduty_custom_field_schema`
- `resource/pagerduty_custom_field`
- `resource/pagerduty_custom_field_option`
- `resource/pagerduty_custom_field_schema`
- `resource/pagerduty_custom_field_schema_field_configuration`
- `resource/pagerduty_custom_field_schema_assignment`

NOTES:

* Provider configuration attribute `token` has become `optional`.

## 2.16.2 (Aug 30, 2023)

BUG FIXES:
Expand Down

1 comment on commit 6cb708e

@chenrui333
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it might be good to update the release notes to include these breaking changes note

image

Please sign in to comment.