diff --git a/CHANGELOG.md b/CHANGELOG.md index 154fd68a..eb5896b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,19 @@ -## 3.1.0 (Unreleased) +## 3.1.0 (November 13, 2020) BREAKING CHANGES: -- packngo updated to v0.4.1+, changing the API endpoint from api.packet.net to api.equinix.com/metal/v1 +- packngo updated to v0.5.0, changing the API endpoint from api.packet.net to api.equinix.com/metal/v1 FEATURES: - [#249](https://github.com/packethost/terraform-provider-packet/pull/249) New datasource `packet_project_ssh_key` IMPROVEMENTS: -- `packet_device` datasource should query by hostname much faster +- [#276] `packet_device` datasource should query by hostname much faster - `packet_device_network_type` conversions should be more reliable - Test sweeper added for SSH keys - Acceptance testing moved to Github Actions - Improved logging when resources are not found and removed from state - Device vlan attachments and network types will be removed from state when their device is removed +- E2E tests are more thorough and successful ## 3.0.1 (August 20, 2020)