Skip to content

Commit

Permalink
Update changelog for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacso committed Oct 25, 2021
1 parent 1f4b042 commit 59cc089
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Simplify guest transfer ([#38](https://github.com/cbeer/devise-guests/pull/38))

## [0.8.0] - 2021-10-25
### Added
- Allow setting of custom params on guest model ([#31](https://github.com/cbeer/devise-guests/pull/31)) by [@pacso](https://github.com/pacso)
- Allow deletion of guest records to optionally be skipped ([#32](https://github.com/cbeer/devise-guests/pull/32)) by [@pacso](https://github.com/pacso)

### Changed
- Switch to SecureRandom.uuid for guest_user_unique_suffix ([#28](https://github.com/cbeer/devise-guests/pull/28)) by [@notch8](https://github.com/notch8)
- Update combustion gem ([#29](https://github.com/cbeer/devise-guests/pull/29)) by [@notch8](https://github.com/notch8)

### Fixed
- Defining the logging_in callback when the controller loads ([#34](https://github.com/cbeer/devise-guests/pull/34)) by [@davidkuz](https://github.com/davidkuz)

[Unreleased]: https://github.com/cbeer/devise-guests/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/cbeer/devise-guests/compare/v0.7.0...v0.8.0

0 comments on commit 59cc089

Please sign in to comment.