Skip to content

Commit

Permalink
Update CHANGELOG for 0.7.0
Browse files Browse the repository at this point in the history
Updated via:

```shell
changelog-build -changelog-template .changelog.tmpl -entries-dir .changelog -last-release $(git describe --tags --abbrev=0) -note-template .changelog-note.tmpl -this-release HEAD
```
  • Loading branch information
bflad authored Jan 20, 2022
1 parent 8c2aec2 commit e21b2d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.7.0 (Unreleased)

BREAKING CHANGES:

* tfprotov6: The `SchemaObject.MaxItems` and `SchemaObject.MinItems` fields have been removed without replacement. These were never used in the protocol and did not perform any validation. ([#143](https://github.com/hashicorp/terraform-plugin-go/issues/143))

BUG FIXES:

* tfprotov6: The `ApplyResourceChangeResponse.UnsafeToUseLegacyTypeSystem` and `PlanResourceChangeResponse.UnsafeToUseLegacyTypeSystem` fields are now properly passed into and out of the protocol ([#143](https://github.com/hashicorp/terraform-plugin-go/issues/143))

# 0.6.0 (January 18, 2022)

ENHANCEMENTS:
Expand Down

0 comments on commit e21b2d7

Please sign in to comment.