Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 5fb2d6f

Browse files
committed
Version 1.14.0 with changelog
1 parent b82d344 commit 5fb2d6f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.14.0 (2017-01-20)
2+
3+
Bugfixes:
4+
5+
- ensure `Settings::Mirror` is autoloaded under the `Settings` namespace
6+
(#5238, @segiddins)
7+
- fix `bundler/inline` when `BUNDLE_GEMFILE=""` (#5079, @segiddins)
8+
19
## 1.14.0.pre.2 (2017-01-11)
210

311
Bugfixes:

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "1.14.0.pre.2" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.14.0" unless defined?(::Bundler::VERSION)
1111
end

0 commit comments

Comments
 (0)