diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a4e7a..fc1a592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.4.3] - 2026-08-24 + +- Republish of 0.4.2 with a clean package: the 0.4.2 gem shipped carrying a stray 200 KB `api_keys-0.4.1.gem` blob at its root (committed by accident during the release, harmless but dead weight). No code changes. Prefer this over 0.4.2. + ## [0.4.2] - 2026-08-24 ### Changed diff --git a/lib/api_keys/version.rb b/lib/api_keys/version.rb index 40539f3..1fbb78c 100644 --- a/lib/api_keys/version.rb +++ b/lib/api_keys/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ApiKeys - VERSION = "0.4.2" + VERSION = "0.4.3" end