CHANGELOG.markdown in image_optim-0.16.0 vs CHANGELOG.markdown in image_optim-0.17.0
- old
+ new
@@ -1,8 +1,16 @@
# ChangeLog
## unreleased
+## v0.17.0 (2014-10-04)
+
+* Use pure ruby detection of bin path [@toy](https://github.com/toy)
+* Fail if version of bin can't be detected [#39](https://github.com/toy/image_optim/issues/39) [@toy](https://github.com/toy)
+* Check path in `XXX_BIN` to exist, be a file and be executable [@toy](https://github.com/toy)
+* `image_optim --info` to perform initialization with verbose output without running optimizations [@toy](https://github.com/toy)
+* Changeable config paths [@toy](https://github.com/toy)
+
## v0.16.0 (2014-09-12)
* Wrote this ChangeLog [#62](https://github.com/toy/image_optim/issues/62) [@toy](https://github.com/toy)
* Use rubocop ~> 0.26.0 [@toy](https://github.com/toy)
* Install advancecomp from source in travis script [#61](https://github.com/toy/image_optim/issues/61) [@toy](https://github.com/toy)