CHANGELOG.md in itamae-1.9.11 vs CHANGELOG.md in itamae-1.9.12
- old
+ new
@@ -1,5 +1,23 @@
+## Unreleased
+[full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.9.12...master)
+
+## v1.9.12
+[full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.9.11...v1.9.12)
+
+Features
+
+- [jail backend: add support of FreeBSD Jail (`itamae jail`)](https://github.com/itamae-kitchen/itamae/pull/249)
+
+Bugfixes
+
+- [docker backend: Fixed edit action of file resource doesn't work with docker backend](https://github.com/itamae-kitchen/itamae/pull/257)
+
+Improvements
+
+- [Print '(dry-run)' first in dry-run mode](https://github.com/itamae-kitchen/itamae/pull/252)
+
## v1.9.11
Features
- [docker backend: Support image tagging](https://github.com/itamae-kitchen/itamae/pull/230)
@@ -449,10 +467,10 @@
## v1.1.22
Improvements
-- `source :auto` accepts a template without .erb extention. (by @ryotarai)
+- `source :auto` accepts a template without .erb extension. (by @ryotarai)
## v1.1.21
Bugfixes