From 2dbf69a888bb6d97409d785c643936a636708154 Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Wed, 13 Mar 2013 21:40:00 +0200 Subject: [PATCH] bump v0.1.4 --- CHANGELOG.md | 7 ++++++- lib/webp/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55e8ea..8f572ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ +## v0.1.4 + +* Added decode options +* Added error class for decode errors + ## v0.1.3 * Rename module to WebP ## v0.1.2 -* Added all possible encode options (also added this options in readme) +* Added encode options * Added error class for encode errors ## v0.1.1 diff --git a/lib/webp/version.rb b/lib/webp/version.rb index fc7fa5d..4ebfe2f 100644 --- a/lib/webp/version.rb +++ b/lib/webp/version.rb @@ -1,3 +1,3 @@ module WebP - VERSION = "0.1.3" + VERSION = "0.1.4" end