From e8677119baaae61da448ccd772a3cbf7175d2e89 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 3 Mar 2013 08:21:32 -0800 Subject: Version 1.3.1 with changelog --- CHANGELOG.md | 9 +++++++++ lib/bundler/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e55ec7640..778d6a7b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.1 (3 March 2013) + +Bugfixes: + + - include manpages in gem, restoring many help pages + - handle more SSL certificate verification failures + - check for the full version of SSL, which we need (@alup) + - gem rake task 'install' now depends on task 'build' (@sunaku) + ## 1.3.0 (24 February 2013) Features: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 899528d643..a433232d5a 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.3.0" unless defined?(::Bundler::VERSION) + VERSION = "1.3.1" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1