CHANGELOG.md in itamae-1.1.3 vs CHANGELOG.md in itamae-1.1.4
- old
+ new
@@ -1,4 +1,11 @@
+## v1.1.4
+
+Bugfixes
+
+- `Node#[]` with unknown key returns nil. (by @nownabe)
+ - https://github.com/itamae-kitchen/itamae/pull/71
+
## v1.1.3
Features
- `group` resource (Thanks to @a2ikm)