Skip to content

Commit

Permalink
Document release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 21, 2021
1 parent 62b49dc commit 9f55885
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.6] - 2021-03-20

### Fixed

- Fix breaking changes introduced by [#108](https://github.com/omniauth/omniauth-identity/pull/108) which prevented `:on_validation` from firing

### Added

- New (or finally documented) options:
- `:create_identity_link_text` defaults to `'Create an Identity'`
- `:registration_failure_message` defaults to `'One or more fields were invalid'`
- `:validation_failure_message` defaults to `'Validation failed'`
- `:title` defaults to `'Identity Verification'`
- `:registration_form_title` defaults to `'Register Identity'`

## [3.0.5] - 2021-03-19

### Fixed
Expand Down

0 comments on commit 9f55885

Please sign in to comment.