diff --git a/CHANGELOG.md b/CHANGELOG.md index 33869b2..deff97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Userlist for Ruby Changelog +## v0.8.1 (2023-11-30) + +- Fixes issue with customizability of push? and delete? methods on events and relationships + ## v0.8.0 (2023-08-02) - Adds a ActiveJob push strategy diff --git a/lib/userlist/version.rb b/lib/userlist/version.rb index 50daefe..843fe87 100644 --- a/lib/userlist/version.rb +++ b/lib/userlist/version.rb @@ -1,3 +1,3 @@ module Userlist - VERSION = '0.8.0'.freeze + VERSION = '0.8.1'.freeze end