1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Prepare for 2.15.1 release

This commit is contained in:
Thomas Walpole 2017-08-04 10:53:34 -07:00
parent 6345c24219
commit e283c1aeaa
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# Version 2.15.1
Release date: 2017-08-04
### Fixed
* `attach_file` with no extension/MIME type when using the `:rack_test` driver [Thomas Walpole]
# Version 2.15.0
Release date: 2017-08-04

View file

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