Prepare for 3.5.1 release

This commit is contained in:
Thomas Walpole 2018-08-03 15:49:36 -07:00
parent f13f1244bc
commit 1f8f69451e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# Version 3.5.1
Release date: 2018-08-03
### Fixed
* Fixed misspelled method name `refute_matches_elector` => `refute_matches_selector`
# Version 3.5.0
Release date: 2018-08-01

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.5.0'
VERSION = '3.5.1'
end