summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-13 19:07:51 -0700
committerAndre Arko <andre@arko.net>2015-04-13 19:07:51 -0700
commit06dc8472b9142fd6aaefff780d6d252c20dc2a04 (patch)
tree844931c212f2eb8f66336f9586a203cde85ebc32
parent70262b2c8bf5999bd8a207ebdfecb6d7e58e9f0c (diff)
downloadbundler-06dc8472b9142fd6aaefff780d6d252c20dc2a04.tar.gz
Version 1.9.4 with changelogv1.9.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 ff68446433..5714d43dc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.9.4 (2015-04-13)
+
+Bugfixes:
+
+ - fix regression in installing x86 and universal gems (#3565, @jdmundrawala)
+ - improve error when gems are missing (#3564, @sealocal)
+
## 1.9.3 (2015-04-12)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 56266fd552..3dfc25db76 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.9.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.9.4" unless defined?(::Bundler::VERSION)
end