diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd5b245..77391157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0. +## [0.6.8] - 2021-05-07 +- [#110](https://github.com/boltops-tools/terraspace/pull/110) fix popen deadlock with large amounts of output [#97](https://github.com/boltops-tools/terraspace/pull/97) Terraspace hangs when TF_LOG=TRACE environment variable exists #97 + ## [0.6.7] - 2021-05-05 - [#108](https://github.com/boltops-tools/terraspace/pull/108) provide runner context to terraspace hook diff --git a/lib/terraspace/version.rb b/lib/terraspace/version.rb index 3c119210..d87aad7c 100644 --- a/lib/terraspace/version.rb +++ b/lib/terraspace/version.rb @@ -1,3 +1,3 @@ module Terraspace - VERSION = "0.6.7" + VERSION = "0.6.8" end