Skip to content

Commit

Permalink
Version 0.8.3 (#54)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update version
  • Loading branch information
pacso authored Apr 26, 2024
1 parent fda2841 commit 3743751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ 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.3] - 2024-04-26
- Fix issue with passing batch_size to delete_old_guest_users task ([#52](https://github.com/cbeer/devise-guests/pull/52)) by [@whereismyjetpack](https://github.com/whereismyjetpack)

## [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)) by [@hackartisan](https://github.com/hackartisan)
- Fix issue with passing batch_size to delete_old_guest_users task ([#52](https://github.com/cbeer/devise-guests/pull/52)) by [@whereismyjetpack](https://github.com/whereismyjetpack)

### Changed
- Update README with better detail around data migration ([#49](https://github.com/cbeer/devise-guests/pull/49)) by [@joshmenden](https://github.com/joshmenden)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise-guests/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseGuests
VERSION = "0.8.2"
VERSION = "0.8.3"
end

0 comments on commit 3743751

Please sign in to comment.