Skip to content

Commit d9a4f83

Browse files
authored
Merge pull request #4 from rameerez/claude/issue-2-20250804-2224
Fix SecurityController callback reference (v0.2.1)
2 parents f09d90d + f920fea commit d9a4f83

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)