Skip to content

Commit

Permalink
Preparing for 2.15.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Oct 7, 2017
1 parent ac7f8fe commit 9a2782a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Capybara
VERSION = '2.15.3'
VERSION = '2.15.4'
end

0 comments on commit 9a2782a

Please sign in to comment.