Preparing for 2.15.4 release

This commit is contained in:
Thomas Walpole 2017-10-07 00:51:41 -07:00
parent ac7f8fe543
commit 9a2782af9f
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Version 2.15.4
Release date: unreleased
Release date: 2017-10-07
### Fixed
* Visiting an absolute URL shouldn't overwrite the port when no server and/or always_include_port=false - Issue #1921
* Visiting an absolute URL shouldn't overwrite the port when no server or always_include_port=false - Issue #1921
# Version 2.15.3
Release date: 2017-10-03

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Capybara
VERSION = '2.15.3'
VERSION = '2.15.4'
end