summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-09-09 09:37:36 -0400
committerDave Henderson <dhenderson@gmail.com>2017-09-09 09:37:36 -0400
commit3d371866bce684d96e2a22554b518d06b35dcb7c (patch)
tree7b27d8d6a90945de9effae32697e16a75eaca151 /CHANGELOG.md
parent32c8468cf6feb40dc8f242b33c677ac727a72713 (diff)
Updating changelog after release [ci skip]
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0634fd5..3695d3bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## [v2.0.1](https://github.com/hairyhenderson/gomplate/tree/v2.0.1) (2017-09-08)
+[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v2.0.0...v2.0.1)
+
+**Fixed bugs:**
+
+- Crash when vault secret is not found [\#200](https://github.com/hairyhenderson/gomplate/issues/200)
+- Fixing crash on 404 [\#201](https://github.com/hairyhenderson/gomplate/pull/201) ([hairyhenderson](https://github.com/hairyhenderson))
+
+**Merged pull requests:**
+
+- Add nonce support [\#202](https://github.com/hairyhenderson/gomplate/pull/202) ([stuart-c](https://github.com/stuart-c))
+
## [v2.0.0](https://github.com/hairyhenderson/gomplate/tree/v2.0.0) (2017-08-10)
[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v1.10.0...v2.0.0)