From 3a36726ff9e9e2820e736051c6d9ae25e33548c1 Mon Sep 17 00:00:00 2001 From: Tute Costa Date: Wed, 18 Nov 2015 19:37:14 -0500 Subject: [PATCH] Release version v4.3.2 [ci skip] --- NEWS | 4 ++++ lib/paperclip/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0d7832b45..35c7e0965 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +4.3.2 (11/18/2015): + +* Performance: Reduce memory allocations (#2056) + 4.3.1 (9/9/2015): * Backport of bugfix to `remove_column`, so it works in Rails 3 and 4 diff --git a/lib/paperclip/version.rb b/lib/paperclip/version.rb index 28ca2b918..5f751c134 100644 --- a/lib/paperclip/version.rb +++ b/lib/paperclip/version.rb @@ -1,3 +1,3 @@ module Paperclip - VERSION = "4.3.1" unless defined? Paperclip::VERSION + VERSION = "4.3.2" unless defined? Paperclip::VERSION end