v1.0.1:
  date: 2016-05-23
  changes:
    - Check for `data.contents` existence.
v1.0.0:
  date: 2015-11-09
  changes:
    - Update to imagemin ^4.0.
v0.9.4:
  date: 2015-03-22
  changes:
    - Add support for renaming files.
v0.9.3:
  date: 2015-02-11
  changes:
    - Remove pngquant.
v0.9.2:
  date: 2014-11-11
  changes:
    - Bump imagemin dependency.
v0.9.1:
  date: 2014-10-25
  changes:
    - Update plugin API.
v0.9.0:
  date: 2014-10-22
  changes:
    - Update to imagemin 2.0.
v0.8.1:
  date: 2014-08-27
  changes:
    - Bump dependencies.
v0.8.0:
  date: 2014-08-11
  changes:
   - Better output.
   - Update to chalk 0.5.0.
   - Fixes imagemin options.
v0.7.2:
  date: 2014-08-11
  changes:
   - Fix npm `EPEERINVALID`.
v0.7.1:
  date: 2014-05-31
  changes:
   - Caching original image size before optimization.
   - Remove unused dependencies.
v0.7.0:
  date: 2014-04-29
  changes:
   - Update "imagemin" to 0.4
v0.6.1:
  date: 2014-04-01
  changes:
    - Fix problem with corrupt images being created
v0.6.0:
  date: 2014-03-28
  changes:
    - Updated "imagemin" to 0.2.
    - 'Added percentage to size saved view - fixes #167.'
    - '`cache` option removed.'
    - Adds "pretty-bytes".
v0.5.0:
  date: 2014-01-13
  changes:
    - Extract the logic into an external lib [imagemin](https://github.com/kevva/imagemin).
v0.4.1:
  date: 2014-01-08
  changes:
   - Prevent "Maximum call stack size exceeded".
   - Speed up loading this task by lazy requiring bin deps.
v0.4.0:
  date: 2013-11-22
  changes:
    - The `pngquant` option is now `false` by default instead of `true`.
v0.3.0:
  date: 2013-09-09
  changes:
   - Add `interlace` option for GIF files.
v0.2.0:
  date: 2013-08-16
  changes:
    - Add `gifsicle` and `pngquant`.
    - Cache images so only changed images are optimized.
    - Default `optimizationLevel` to `7` and `progressive` to `true`.
v0.1.4:
  date: 2013-04-10
  changes:
    - Fix exception when running in verbose mode.
v0.1.3:
  date: 2013-04-05
  changes:
    - Fix OptiPNG not being able to overwrite file.
    - Allow overwriting src when dest/src is the same.
    - Limit to 10 concurrent optimizations.
v0.1.2:
  date: 2013-02-22
  changes:
    - Fix OptiPNG not working on some systems.
    - Prevent OptiPNG from producing .bak files.
v0.1.1:
  date: 2013-02-15
  changes:
    - First official release for Grunt 0.4.0.
v0.1.1rc8:
  date: 2013-01-30
  changes:
    - Fix task not creating destination folders.
v0.1.1rc7:
  date: 2013-01-30
  changes:
    - Updating to work with grunt v0.4.0rc7.
    - Switching to `this.files` API.
v0.1.0:
  date: 2012-11-01
  changes:
    - Initial release.
