diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b1707..796c903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht ## [Unreleased] +## [1.0.2] - 2026-04-25 + +### Changed + +- Publish updated RubyGems metadata for Rails Active Storage encryption, Ruby encryption/decryption, S3 streaming, multipart uploads, AES-256-GCM, and AWS KMS discoverability. + ## [1.0.1] - 2026-04-25 ### Changed @@ -33,6 +39,7 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht - Header-only key rotation for re-wrapping encrypted DEKs. - Unit and integration coverage for crypto, providers, Active Storage, S3, multipart upload, streaming, metadata, and key rotation. -[Unreleased]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/codebyjass/active-cipher-storage/releases/tag/v1.0.0 diff --git a/Gemfile.lock b/Gemfile.lock index 4947be5..7cb3738 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_cipher_storage (1.0.1) + active_cipher_storage (1.0.2) activesupport (>= 7.0, < 9.0) concurrent-ruby (~> 1.2) diff --git a/lib/active_cipher_storage/version.rb b/lib/active_cipher_storage/version.rb index 8205579..3c39f42 100644 --- a/lib/active_cipher_storage/version.rb +++ b/lib/active_cipher_storage/version.rb @@ -1,3 +1,3 @@ module ActiveCipherStorage - VERSION = "1.0.1" + VERSION = "1.0.2" end