Skip to content

Commit

Permalink
v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-release-bot authored and TeamCity committed Sep 4, 2019
1 parent 481b25b commit e97ad4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 0.12.8 (Unreleased)
## 0.12.8 (September 04, 2019)

NEW FEATURES:
* lang/funcs: New `fileset` function, for finding static local files that match a glob pattern. [GH-22523]
* lang/funcs: New `fileset` function, for finding static local files that match a glob pattern. ([#22523](https://github.com/hashicorp/terraform/issues/22523))

ENHANCEMENTS:
* remote-state/pg: add option to skip schema creation [GH-21607]
* remote-state/pg: add option to skip schema creation ([#21607](https://github.com/hashicorp/terraform/issues/21607))

BUG FIXES:
* command/console: use user-supplied `-plugin-dir` [GH-22616]
* config: ensure sets are appropriately known for `for_each` [GH-22597]
* command/console: use user-supplied `-plugin-dir` ([#22616](https://github.com/hashicorp/terraform/issues/22616))
* config: ensure sets are appropriately known for `for_each` ([#22597](https://github.com/hashicorp/terraform/issues/22597))

## 0.12.7 (August 22, 2019)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var Version = "0.12.8"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var Prerelease = "dev"
var Prerelease = ""

// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit e97ad4e

Please sign in to comment.