Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Dec 3, 2024
1 parent 325a77c commit 63b621e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## master (Unreleased)

ENHANCEMENTS:

* Add support for Terraform v1.10 ([#196](https://github.com/minamijoyo/tfmigrate/pull/196))

BUG FIXES:

* Corrected the key name used for SkipPlan in state migration from "to_skip_plan" to "skip_plan" ([#193](https://github.com/minamijoyo/tfmigrate/pull/193))
* Restore and deprecate the to_skip_plan in a single-state migration ([#195](https://github.com/minamijoyo/tfmigrate/pull/195))

NOTE:

The `to_skip_plan` attribute in a single-state migration is deprecated. Use `skip_plan` instead.

## 0.4.0 (2024/11/11)

BREAKING CHANGES:
Expand Down

0 comments on commit 63b621e

Please sign in to comment.