diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab5748..0ebfc03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## HEAD +## 0.3.0 (03-05-2016) * Add cropping functionality to `ImageProcessing::MiniMagick` (paulgoetze) diff --git a/lib/image_processing/version.rb b/lib/image_processing/version.rb index ec1135d..ec78e7e 100644 --- a/lib/image_processing/version.rb +++ b/lib/image_processing/version.rb @@ -1,3 +1,3 @@ module ImageProcessing - VERSION = "0.2.5" + VERSION = "0.3.0" end