Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavbiswa committed Mar 16, 2024
1 parent b3a71f2 commit bd986a6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,31 @@

* [GitHub PR](https://github.com/keshavbiswa/active_record_anonymizer/pull/7)

#### Fixed incorrect generator name in README.md
#### Fixed incorrect generator name in README.md

## Version 0.2.1

### New Fixes

#### Fixed validations breaking the anonymization process

* [GitHub PR](https://github.com/keshavbiswa/active_record_anonymizer/pull/8)

#### Renamed Anonymizer to Initiater

* [GitHub PR](https://github.com/keshavbiswa/active_record_anonymizer/pull/8)

#### Fixed populate:all task not loading models

* [GitHub PR](https://github.com/keshavbiswa/active_record_anonymizer/pull/9)

### Fixed configuration not reloading when changed

* [GitHub PR](https://github.com/keshavbiswa/active_record_anonymizer/pull/10)

### New Features

#### Added support for development environment

* [GitHub PR](https://github.com/keshavbiswa/active_record_anonymizer/pull/11)

2 changes: 1 addition & 1 deletion lib/active_record_anonymizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordAnonymizer
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit bd986a6

Please sign in to comment.