Skip to content

Commit 7afbc20

Browse files
committed
Version bump, write Changelog
1 parent 2806b19 commit 7afbc20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.0] - 2025-06-03
2+
3+
- Make gem owner-agnostic: API keys can now belong to any model (User, Organization, Team, etc.)
4+
- Add flexible dashboard configuration for custom owner models
5+
- Add support for multi-tenant and team-based API key ownership
6+
- Improve documentation with common ownership scenarios
7+
- Add configuration options for current_owner_method and authenticate_owner_method
8+
19
## [0.1.0] - 2025-04-30
210

311
- Initial release

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.1.0"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)