CHANGELOG.md in omniauth-identity-3.0.7 vs CHANGELOG.md in omniauth-identity-3.0.8
- old
+ new
@@ -6,9 +6,17 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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
- \[ActiveRecord\] Fixed [#110](https://github.com/omniauth/omniauth-identity/issues/110) which prevented `OmniAuth::Identity::Models::ActiveRecord`-based records from saving.
\ No newline at end of file