Skip to content

Commit

Permalink
Bump version to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
begerdom committed Nov 26, 2021
1 parent 378946c commit f726e72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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).

## 4.3.2
- Added built-in support for Rails and Bootstrap (3-5) error classes to the steps
- `The ... field should have the error ...`
- `The ... field should have an error`
- Added the possibility to specify custom error classes and message selectors for these steps
using `Spreewald.field_error_class` and `Spreewald.error_message_xpath_selector` in your configuration.

## 4.2.2
- Fixes the "Show me the email" step (#171)
- Fixes the "I follow the link in the email" step. (#172, #173)
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 = '4.2.3'
VERSION = '4.3.2'
end

0 comments on commit f726e72

Please sign in to comment.