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