Skip to content

Commit

Permalink
Bump 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Feb 9, 2023
1 parent d89da80 commit c81d644
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,5 +1,9 @@
## [Unreleased]

## [0.6.2] - 2023-02-09

- Fix `encoded_id` memoization clearing when record is duplicated

## [0.6.1] - 2023-02-09

- Fix `#encoded_id` to return nil if `#id` is nil
Expand Down
2 changes: 1 addition & 1 deletion lib/encoded_id/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module EncodedId
module Rails
VERSION = "0.6.1"
VERSION = "0.6.2"
end
end

0 comments on commit c81d644

Please sign in to comment.