summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2016-09-01 23:05:23 -0400
committerDave Henderson <dhenderson@gmail.com>2016-09-01 23:05:23 -0400
commita62d9b81724387a077d7843a8aab9cddbf8e3c17 (patch)
treef7896b5ce031e81ec73efb77a8372c2a9b57733b /CHANGELOG.md
parent17983b55e03e05adfa5cb2760bbf96818df3112b (diff)
Update Changelog after v1.1.0
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md32
1 files changed, 20 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6a8258d..d287d5c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,38 +1,46 @@
# Change Log
-## [Unreleased](https://github.com/hairyhenderson/gomplate/tree/HEAD)
-
-[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.6.0...HEAD)
+## [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)
**Implemented enhancements:**
-- Support HTTP/HTTPS datasources [\#45](https://github.com/hairyhenderson/gomplate/issues/45)
-- Adding support for HTTP/HTTPS datasources [\#53](https://github.com/hairyhenderson/gomplate/pull/53) ([hairyhenderson](https://github.com/hairyhenderson))
+- Provide default when region can't be found [\#55](https://github.com/hairyhenderson/gomplate/issues/55)
+- Adding ability to provide default for ec2region function [\#58](https://github.com/hairyhenderson/gomplate/pull/58) ([hairyhenderson](https://github.com/hairyhenderson))
-## [v0.6.0](https://github.com/hairyhenderson/gomplate/tree/v0.6.0) (2016-07-12)
-[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.5.1...v0.6.0)
+**Merged pull requests:**
+
+- Fixing broken tests [\#57](https://github.com/hairyhenderson/gomplate/pull/57) ([hairyhenderson](https://github.com/hairyhenderson))
+
+## [v1.0.0](https://github.com/hairyhenderson/gomplate/tree/v1.0.0) (2016-07-14)
+[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.6.0...v1.0.0)
**Implemented enhancements:**
+- Support HTTP/HTTPS datasources [\#45](https://github.com/hairyhenderson/gomplate/issues/45)
- Support YAML data sources [\#43](https://github.com/hairyhenderson/gomplate/issues/43)
+- It'd be nice to also resolve templates from files [\#8](https://github.com/hairyhenderson/gomplate/issues/8)
+- Adding support for HTTP/HTTPS datasources [\#53](https://github.com/hairyhenderson/gomplate/pull/53) ([hairyhenderson](https://github.com/hairyhenderson))
- Adding YAML support [\#52](https://github.com/hairyhenderson/gomplate/pull/52) ([hairyhenderson](https://github.com/hairyhenderson))
-
-## [v0.5.1](https://github.com/hairyhenderson/gomplate/tree/v0.5.1) (2016-06-21)
-[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.5.0...v0.5.1)
+- New datasource function - allows use of JSON files as a data source for the template [\#9](https://github.com/hairyhenderson/gomplate/pull/9) ([hairyhenderson](https://github.com/hairyhenderson))
**Fixed bugs:**
- Gomplate sometimes stalls for 5s [\#48](https://github.com/hairyhenderson/gomplate/issues/48)
- Make things start faster [\#51](https://github.com/hairyhenderson/gomplate/pull/51) ([hairyhenderson](https://github.com/hairyhenderson))
+## [v0.6.0](https://github.com/hairyhenderson/gomplate/tree/v0.6.0) (2016-07-12)
+[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.5.1...v0.6.0)
+
+## [v0.5.1](https://github.com/hairyhenderson/gomplate/tree/v0.5.1) (2016-06-21)
+[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.5.0...v0.5.1)
+
## [v0.5.0](https://github.com/hairyhenderson/gomplate/tree/v0.5.0) (2016-05-22)
[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.4.0...v0.5.0)
**Implemented enhancements:**
-- It'd be nice to also resolve templates from files [\#8](https://github.com/hairyhenderson/gomplate/issues/8)
- Switching argument parsing to codegangsta/cli [\#42](https://github.com/hairyhenderson/gomplate/pull/42) ([hairyhenderson](https://github.com/hairyhenderson))
-- New datasource function - allows use of JSON files as a data source for the template [\#9](https://github.com/hairyhenderson/gomplate/pull/9) ([hairyhenderson](https://github.com/hairyhenderson))
**Fixed bugs:**