## [1.3.8] - 2024-08-09 Changes - Ruby gem updates. - Update rexml gem to patch CVE. ## [1.3.7] - 2024-02-21 Changes - Ruby gem updates. - Add groups to Gemfile. - Minor code refactors. ## [1.3.6] - 2024-01-19 Changes - Ruby gem updates. ## [1.3.5] - 2024-01-07 Changes - Relax ruby version requirement to Gem::Requirement.new(">= 3.0.1", "< 4.0"). - Ruby gem updates. ## [1.3.4] - 2023-12-27 Changes - Add github actions to run tests and rubocop. - DRY up code in immutable_struct_ex_redactable/redacted_accessible.rb. - Ruby gem updates. - Fix rubocop violations. - Add some rubocop rules. ## [1.3.3] - 2023-12-02 Changes - Ruby gem updates. - Fix rubocop violations. ## [1.3.2] - 2023-12-02 Changes - Ruby gem updates. ## [1.3.1] - 2023-11-01 Changes - Ruby gem updates. ## [1.3.0] - 2023-09-03 Changes - `ImmutableStructExRedactable::Configuration#whitelist` is now supported. Attributes added to #whitelist will not be redacted. All other attributes will be redacted. - `ImmutableStructExRedactable::Configuration#redacted` will be deprecated in a future release. Please use `ImmutableStructExRedactable::Configuration#blacklist` instead. ## [1.2.2] - 2023-08-29 Changes - Ruby gem updates. ## [1.2.1] - 2023-08-17 Changes - Ruby gem updates. ## [1.2.0] - 2022-10-03 Changes - Add `ImmutableStructExRedactable::Configuration#redacted_unsafe` property. If this property is `true`, redacted field values will be retained and accessible as private methods on the struct named `unredacted_`. - Update README.md file. ## [1.1.0] - 2022-10-02 Changes - Fix rubocop violations ## [1.0.0] - 2022-10-02 Initial release