From 93b5ca6c0bc3f83fd1ae8e764f9716df058beae4 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Wed, 24 Mar 2021 00:19:10 -0600 Subject: [PATCH] Prepare for release 3.0.8 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c682727..596e6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.8] - 2021-03-24 + +### Fixed + +- \[Model\] Fixes 2 issues raised in a comment on PR [#108](https://github.com/omniauth/omniauth-identity/pull/108#issuecomment-804456604) + - When `options[:on_validation]` is set `new`/`save`/`persisted?` logic is used. + - When `options[:on_validation]` is not set `create`/`persisted?` logic is used. + ## [3.0.7] - 2021-03-23 ### Fixed