Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell authored and nickcampbell18 committed Mar 24, 2020
1 parent e4c6e88 commit da0ff90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.1

* Throw a more useful exception when calling .anonymise without config [#53](https://github.com/gocardless/anony/pull/53)

# v1.0.0

* Create a result object when calling `anonymise!` [#44](https://github.com/gocardless/anony/pull/44)
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 = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit da0ff90

Please sign in to comment.