Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foobear committed Feb 12, 2020
1 parent 4f961b1 commit c0f88b7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2.4.0

- Fix "I follow the ... link in the email" step for HTML e-mails to only follow URLs from `<a href="...">` links.

## 2.3.0
- Deprecate two steps:
- (Given) the file ... was attached to the ... above
Expand Down
2 changes: 1 addition & 1 deletion lib/spreewald_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spreewald
VERSION = '2.3.0'
VERSION = '2.4.0'
end
2 changes: 1 addition & 1 deletion tests/rails-3_capybara-1/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
spreewald (2.3.0)
spreewald (2.4.0)
cucumber
cucumber_priority (>= 0.3.0)
rspec (>= 2.13.0)
Expand Down
2 changes: 1 addition & 1 deletion tests/rails-3_capybara-2/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
spreewald (2.3.0)
spreewald (2.4.0)
cucumber
cucumber_priority (>= 0.3.0)
rspec (>= 2.13.0)
Expand Down
2 changes: 1 addition & 1 deletion tests/rails-4_capybara-3/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
spreewald (2.3.0)
spreewald (2.4.0)
cucumber
cucumber_priority (>= 0.3.0)
rspec (>= 2.13.0)
Expand Down

0 comments on commit c0f88b7

Please sign in to comment.