From 098360f51d42f5b96d5538471cdca6eebae552da Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Thu, 7 Mar 2013 11:03:50 -0800 Subject: Version 1.3.2 with changelog --- CHANGELOG.md | 6 ++++++ lib/bundler/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778d6a7b68..790f4bdefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.2 (7 March 2013) + +Bugfixes: + + - don't store --dry-run as a Bundler setting + ## 1.3.1 (3 March 2013) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index a433232d5a..5b050859f8 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -2,5 +2,5 @@ module Bundler # We're doing this because we might write tests that deal # with other versions of bundler and we are unsure how to # handle this better. - VERSION = "1.3.1" unless defined?(::Bundler::VERSION) + VERSION = "1.3.2" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1