Skip to content

Commit

Permalink
Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell authored and nickcampbell18 committed Dec 4, 2019
1 parent 9c995e9 commit e89e68a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# v0.7.1

* Fix breakage when applying a strategy multiple times [#35](https://github.com/gocardless/anony/pull/35)

# v0.7.0

* **BREAKING** Switch to nesting field-level configuration in a `fields` block
[#32](https://github.com/gocardless/anony/pull/32). This should just be a case of
switching `anonymise { ... }` to `anonymise { fields { ... } }` in most cases, but for
more details please check the README.
* **BREAKING** `Anony::Strategies.register` was renamed to `Anony::FieldLevelStrategies.register`.

# v0.6.0

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

module Anony
VERSION = "0.7.0"
VERSION = "0.7.1"
end

0 comments on commit e89e68a

Please sign in to comment.