From cefe79956736c9b655f94e27fc1cfecc619cb5f0 Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Mon, 5 May 2014 20:54:33 +0300 Subject: [PATCH] bump 0.2.3 --- CHANGELOG.md | 4 ++++ lib/webp/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847f767..950f152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.2.3 + +* Fix jpg read in C code + ## v0.2.2 * Fix png lossless diff --git a/lib/webp/version.rb b/lib/webp/version.rb index 3fca845..91f4d9a 100644 --- a/lib/webp/version.rb +++ b/lib/webp/version.rb @@ -1,3 +1,3 @@ module WebP - VERSION = "0.2.2" + VERSION = "0.2.3" end