diff --git a/History.md b/History.md index 0d16a92b..d3b1835d 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,10 @@ # Version 2.5.0 -Release date: unreleased +Release date: 2015-08-25 ### Fixed * Error message now raised correctly when invalid options passed to 'have_text'/'have_content' [Tom Walpole] * Rack-test driver correctly gets document title when elements on the page have nested title elements (SVG) [Tom Walpole] -* 'save_page' no longer errors when using Capybara.asset_host if the page has no element [Travis Grathwell] +* 'save_page' no longer errors when using Capybara.asset_host if the page has no \ element [Travis Grathwell] * rack-test driver will ignore clicks on links with href starting with '#' or 'javascript:' ### Added diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 9fb79fbe..f2453d2d 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,3 +1,3 @@ module Capybara - VERSION = '2.5.0.dev' + VERSION = '2.5.0' end