Skip to content

Commit f920fea

Browse files
claude[bot]rameerez
andcommitted
chore: bump version to 0.2.1 and update changelog
- Fix SecurityController callback reference issue - Resolves ArgumentError in production with eager loading Fixes #2 Co-authored-by: rameerez <rameerez@users.noreply.github.com>
1 parent f09d90d commit f920fea

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.2.1] - 2025-08-04
2+
3+
- Fix SecurityController callback reference from :authenticate_api_keys_user! to :authenticate_api_keys_owner!
4+
- Resolves ArgumentError in production environments with eager loading (#2)
5+
16
## [0.2.0] - 2025-06-03
27

38
- Make gem owner-agnostic: API keys can now belong to any model (User, Organization, Team, etc.)

lib/api_keys/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApiKeys
4-
VERSION = "0.2.0"
4+
VERSION = "0.2.1"
55
end

0 commit comments

Comments
 (0)