Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_cipher_storage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveCipherStorage
VERSION = "1.0.1"
VERSION = "1.0.2"
end
Loading