summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2016-09-04 13:35:21 -0400
committerDave Henderson <dhenderson@gmail.com>2016-09-04 13:35:21 -0400
commit210b6ab675fac3cffd2d2a55bcce6ea71853f385 (patch)
tree3d171965e7b5272b938aa24cde51bfeabd5e6e74
parentf573abdb264777a2cf02166660a4e802b60d767f (diff)
Update Changelog after v1.1.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cb99c1c..5cd1198b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## [v1.1.1](https://github.com/hairyhenderson/gomplate/tree/v1.1.1) (2016-09-04)
+[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v1.1.0...v1.1.1)
+
+**Implemented enhancements:**
+
+- Caching responses from EC2 [\#61](https://github.com/hairyhenderson/gomplate/pull/61) ([hairyhenderson](https://github.com/hairyhenderson))
+- Short-circuit ec2 function defaults when not in AWS [\#60](https://github.com/hairyhenderson/gomplate/pull/60) ([hairyhenderson](https://github.com/hairyhenderson))
+
+**Fixed bugs:**
+
+- Slow and repeated network calls during ec2 functions [\#59](https://github.com/hairyhenderson/gomplate/issues/59)
+
## [v1.1.0](https://github.com/hairyhenderson/gomplate/tree/v1.1.0) (2016-09-02)
[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v1.0.0...v1.1.0)