summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-03-07 11:03:50 -0800
committerTerence Lee <hone02@gmail.com>2013-03-07 11:03:50 -0800
commit098360f51d42f5b96d5538471cdca6eebae552da (patch)
tree1a7eb995ba2209059be3c3b9d340b9999913c1d3
parent4488c5db74a0936d8a419623543e76d6c37b65bf (diff)
downloadbundler-098360f51d42f5b96d5538471cdca6eebae552da.tar.gz
Version 1.3.2 with changelog
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
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