Skip to content

Commit 9f55885

Browse files
committed
Document release 3.0.6
1 parent 62b49dc commit 9f55885

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [3.0.6] - 2021-03-20
12+
13+
### Fixed
14+
15+
- Fix breaking changes introduced by [#108](https://github.com/omniauth/omniauth-identity/pull/108) which prevented `:on_validation` from firing
16+
17+
### Added
18+
19+
- New (or finally documented) options:
20+
- `:create_identity_link_text` defaults to `'Create an Identity'`
21+
- `:registration_failure_message` defaults to `'One or more fields were invalid'`
22+
- `:validation_failure_message` defaults to `'Validation failed'`
23+
- `:title` defaults to `'Identity Verification'`
24+
- `:registration_form_title` defaults to `'Register Identity'`
25+
1126
## [3.0.5] - 2021-03-19
1227

1328
### Fixed

0 commit comments

Comments
 (0)