summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-05 12:46:24 -0700
committerAndre Arko <andre@arko.net>2011-05-05 12:46:24 -0700
commitdd302a9d9b1188e82b46c6c5f51038705d369902 (patch)
tree32bc2fbaa326de65067032d7473c89dfa4c68efd
parent23ba3276873c5b7d2e9afd71a96aeba433182dc9 (diff)
downloadbundler-1.1.pre.4.tar.gz
Version 1.1.pre.4v1.1.pre.4
-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 5f4f455d52..6e3c8ffc2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.1.pre.4 (5 May, 2011)
+
+Bugfixes:
+
+ - Fix bug that could prevent installing new gems
+
## 1.1.pre.3 (4 May, 2011)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index e0695ab0d8..fbbd744218 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.1.pre.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.pre.4" unless defined?(::Bundler::VERSION)
end