CHANGELOG.md in devise-guests-0.8.1 vs CHANGELOG.md in devise-guests-0.8.2
- old
+ new
@@ -2,9 +2,17 @@
All notable changes to this project will be documented in this file.
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).
+## [0.8.2] - 2023-12-24
+### Fixed
+- Prevent crashing processes due to loading all guest users in memory during delete_old_guest_users task ([#42](https://github.com/cbeer/devise-guests/pull/42))
+
+### Changed
+- Update README with better detail around data migration ([#49](https://github.com/cbeer/devise-guests/pull/49)) by [@joshmenden](https://github.com/joshmenden)
+- Update supported ruby versions ([#50](https://github.com/cbeer/devise-guests/pull/50)) by [@pacso](https://github.com/pacso)
+
## [0.8.1] - 2021-10-26
### Changed
- Simplify guest transfer ([#38](https://github.com/cbeer/devise-guests/pull/38))
## [0.8.0] - 2021-10-25