From 0aec2b1af5ea45d1c9635054ea8ab9b547d3ed4d Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Mon, 22 Jun 2015 17:13:51 -0700 Subject: Version 1.9.10 with changelog --- CHANGELOG.md | 6 ++++++ lib/bundler/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9e21deb2..8ab08842c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.9.10 (2015-06-22) + +Features: + + - the `BUNDLED WITH` section of lockfiles generated by 1.10+ will be preserved (@segiddins) + ## 1.9.9 (2015-05-16) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 7eed086772..09675e2fe3 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.9" unless defined?(::Bundler::VERSION) + VERSION = "1.9.10" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1