Skip to content

Commit

Permalink
version: Prepare for v1.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 7, 2024
1 parent f452b08 commit 938d716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 1.9.4 (Unreleased)
## 1.9.4 (August 7, 2024)

BUG FIXES:

* core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. [GH-35511]
* init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. [GH-35533]
* core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. ([#35511](https://github.com/hashicorp/terraform/issues/35511))
* init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. ([#35533](https://github.com/hashicorp/terraform/issues/35533))

## 1.9.3 (July 24, 2024)

Expand Down

0 comments on commit 938d716

Please sign in to comment.