Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit c81d644

Browse files
committed
Bump 0.6.2
1 parent d89da80 commit c81d644

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.6.2] - 2023-02-09
4+
5+
- Fix `encoded_id` memoization clearing when record is duplicated
6+
37
## [0.6.1] - 2023-02-09
48

59
- Fix `#encoded_id` to return nil if `#id` is nil

lib/encoded_id/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module EncodedId
44
module Rails
5-
VERSION = "0.6.1"
5+
VERSION = "0.6.2"
66
end
77
end

0 commit comments

Comments
 (0)