summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-05 15:03:59 -0800
committerAndre Arko <andre@arko.net>2015-03-05 15:03:59 -0800
commita9b1825a3e1c1076dc158381fec8a96e5d9afad8 (patch)
tree0c080c263262756698ddc24b32dfecb3673b844f
parentfb2b5999460d7337e90d98db0e402c5a6fc7521f (diff)
downloadbundler-1.8.4.tar.gz
Version 1.8.4 with changelogv1.8.4
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 920835ebc8..4084f7d780 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.8.4 (2015-03-05)
+
+Bugfixes:
+
+ - document --all-platforms option (#3449, @moeffju)
+ - find gems from all sources on exec after install (#3450, @TimMoore)
+
## 1.8.3 (2015-02-24)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8d797fa67c..4e015b6403 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.8.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.4" unless defined?(::Bundler::VERSION)
end