Skip to content

Commit

Permalink
changelog for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rorydbain committed Oct 28, 2024
1 parent 66352c2 commit 2182f3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.0.0

- Fixes an issue where the provider might fail to import Terraform state for a schedule with working hours applied

To upgrade to v4.0.0, if you've got on-call schedules with working hours specified in your Terraform code, you'll need to rename the following properties of your `working_intervals`:
- `day` -> `weekday`
- `start` -> `start_time`
- `end` -> `end_time`

## 3.8.11

- Add `external_id` to `resource_catalog_entry`
Expand Down

0 comments on commit 2182f3a

Please sign in to comment.