diff --git a/README.md b/README.md index 97c6190..1fbb747 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Sidekiq::SerializedCurrentAttributes.discard_destroyed = true ## Changelog +### 0.1.2 (2024-01-08) + +- Change license to LGPL + ### 0.1.1 (2023-10-16) - Add option to discard destroyed records diff --git a/lib/sidekiq/serialized_current_attributes/version.rb b/lib/sidekiq/serialized_current_attributes/version.rb index 126dfd1..3048504 100644 --- a/lib/sidekiq/serialized_current_attributes/version.rb +++ b/lib/sidekiq/serialized_current_attributes/version.rb @@ -2,6 +2,6 @@ module Sidekiq module SerializedCurrentAttributes - VERSION = "0.1.1" + VERSION = "0.1.2" end end