tagged 2.9.0

This commit is contained in:
Thomas Walpole 2016-09-19 14:51:51 -07:00
parent 1b268fb6b6
commit b00adfa5e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#Version 2.9.0
Release date: unreleased
Release date: 2016-09-19
### Fixed
* Issue with rack-test driver and obselete mime-types when using `#attach_file` - Issue #1756 [Thomas Walpole]

View File

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