summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-06-22 09:13:40 -0400
committerDave Henderson <dhenderson@gmail.com>2017-06-22 09:13:40 -0400
commit663285c396dd1f8ebaf398fa763f5a66c41d6e84 (patch)
tree0b6f64b61553d715db6243fe002e6a599b6681af /CHANGELOG.md
parent90d6b716f34e6a615c98cc7dda40789ce473a25a (diff)
Updating changelog after release [ci skip]
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42eb7e35..df70303e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,21 @@
# Change Log
-## [Unreleased](https://github.com/hairyhenderson/gomplate/tree/HEAD)
-
-[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v1.9.0...HEAD)
+## [v1.9.1](https://github.com/hairyhenderson/gomplate/tree/v1.9.1) (2017-06-22)
+[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v1.9.0...v1.9.1)
**Implemented enhancements:**
- Enhance the indent function [\#165](https://github.com/hairyhenderson/gomplate/issues/165)
+**Fixed bugs:**
+
+- gomplate v1.9.0 - fails for aws.EC2 calls that take 1s or plus \(Windows\) [\#168](https://github.com/hairyhenderson/gomplate/issues/168)
+- Adding AWS\_TIMEOUT environment variable [\#169](https://github.com/hairyhenderson/gomplate/pull/169) ([hairyhenderson](https://github.com/hairyhenderson))
+
+**Closed issues:**
+
+- Gomplate function to output a gomplate function [\#167](https://github.com/hairyhenderson/gomplate/issues/167)
+
## [v1.9.0](https://github.com/hairyhenderson/gomplate/tree/v1.9.0) (2017-06-14)
[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v1.8.0...v1.9.0)