From 6bfd889394e046306f0c7828bbca215af059cb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Tue, 3 May 2016 20:16:44 +0800 Subject: [PATCH] Bump to 0.3.0 --- CHANGELOG.md | 2 +- lib/image_processing/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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