CHANGELOG.md in kitchen-docker-2.4.0 vs CHANGELOG.md in kitchen-docker-2.5.0
- old
+ new
@@ -1,4 +1,13 @@
+# Kitchen-Docker Changelog
+
+## 2.5.0
+
+* [#209](https://github.com/portertech/kitchen-docker/pulls/209) Fix usage with Kitchen rake tasks.
+* Add `run_options` and `build_options` configuration.
+* [#195](https://github.com/portertech/kitchen-docker/pulls/195) Fix Arch Linux support.
+* Fix shell escaping for build paths and SSH keys.
+
## 2.4.0
* [#148](https://github.com/portertech/kitchen-docker/issues/148) Restored support for older versions of Ruby.
* [#149](https://github.com/portertech/kitchen-docker/pulls/149) Handle connecting to a container directly as root.
* [#154](https://github.com/portertech/kitchen-docker/pulls/154) Improve container caching by reordering the build steps.