diff --git a/CHANGELOG b/CHANGELOG index f7362aa..67fc0d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.9.4: + date: 2015-03-22 + changes: + - Add support for renaming files v0.9.3: date: 2015-02-11 changes: diff --git a/README.md b/README.md index 099e2e2..4b4e24d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-imagemin v0.9.3 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/7w491e6edsuanreu/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin/branch/master) +# grunt-contrib-imagemin v0.9.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/7w491e6edsuanreu/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin/branch/master) > Minify images @@ -131,6 +131,7 @@ grunt.registerTask('default', ['imagemin']); ## Release History + * 2015-03-22   v0.9.4   Add support for renaming files * 2015-02-11   v0.9.3   Remove pngquant * 2014-11-11   v0.9.2   Bump imagemin dependency * 2014-10-25   v0.9.1   Update plugin API. @@ -159,4 +160,4 @@ grunt.registerTask('default', ['imagemin']); Task submitted by [Sindre Sorhus](http://github.com/sindresorhus) -*This file was generated on Wed Feb 11 2015 11:56:02.* +*This file was generated on Sun Mar 22 2015 17:39:19.* diff --git a/package.json b/package.json index ede6182..cb75ac2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-imagemin", "description": "Minify images", - "version": "0.9.3", + "version": "0.9.4", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"