summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-30 00:06:49 -0800
committerAndre Arko <andre@arko.net>2012-11-30 00:06:49 -0800
commit22a6f54e12655c50df33300efca3840e9c88d5b5 (patch)
treeffc81c9a9f7a70034635de264e1c85285da18f78
parent7012ab193ec21a0bf4201693fafe81586893b6f2 (diff)
downloadbundler-22a6f54e12655c50df33300efca3840e9c88d5b5.tar.gz
Version 1.2.3 with changelogv1.2.3
-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 a183fcbad2..acd0c67176 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.2.3 (Nov 29, 2012)
+
+Bugfixes:
+
+ - fix exceptions while loading some gemspecs
+
## 1.2.2 (Nov 14, 2012)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 39173a0035..adaf67126d 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.2.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.2.3" unless defined?(::Bundler::VERSION)
end