Skip to content

Commit

Permalink
Prepare for 3.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Nov 16, 2018
1 parent 2635eff commit a85bf99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 3.11.1
Release date: 2018-11-16

###Fixed

* Fixed :link_or_button XPath generation when it has had an expression filter added

# Version 3.11.0
Release date: 2018-11-14

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Capybara
VERSION = '3.11.0'
VERSION = '3.11.1'
end

0 comments on commit a85bf99

Please sign in to comment.