summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/bundler/version.rb2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9df025f6fc..ae00342f02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
-## 1.5.3
+## 1.5.3 (2014-02-06)
Bugfixes:
- - Use n-1 cores when given n jobs for parallel install (@jdickey)
+ - find "missing" gems that are actually present (#2780, #2818, #2854)
+ - pse n-1 cores when given n jobs for parallel install (@jdickey)
## 1.5.2 (2014-01-10)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8db1d63b32..7a495a4fdc 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.5.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.5.3" unless defined?(::Bundler::VERSION)
end