Skip to content

Commit 5836738

Browse files
rameerezclaude
andcommitted
Bump version to 0.3.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18f865f commit 5836738

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.3.0] - 2026-02-09
2+
3+
- Add Stripe-style key types and environments (publishable/secret keys with test/live isolation)
4+
- Add public key token storage for non-revocable publishable keys
5+
- Add headless helpers for custom dashboard integrations
6+
- Add usage analytics scopes for admin dashboards
7+
- Fix PostgreSQL FOR UPDATE with COUNT aggregate error
8+
- Fix blank scopes bypass in key_types mode: empty scopes no longer grant unrestricted access when permission ceilings are configured
9+
110
## [0.2.1] - 2025-08-04
211

312
- Fix SecurityController callback reference from :authenticate_api_keys_user! to :authenticate_api_keys_owner!

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

0 commit comments

Comments
 (0)