Skip to content

Commit 8b9ed29

Browse files
committed
chore: prepare 1.0.2 release
Bumps the gem version so RubyGems publishes the updated search metadata for Rails Active Storage encryption.
1 parent 3794813 commit 8b9ed29

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2026-04-25
11+
12+
### Changed
13+
14+
- Publish updated RubyGems metadata for Rails Active Storage encryption, Ruby encryption/decryption, S3 streaming, multipart uploads, AES-256-GCM, and AWS KMS discoverability.
15+
1016
## [1.0.1] - 2026-04-25
1117

1218
### Changed
@@ -33,6 +39,7 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
3339
- Header-only key rotation for re-wrapping encrypted DEKs.
3440
- Unit and integration coverage for crypto, providers, Active Storage, S3, multipart upload, streaming, metadata, and key rotation.
3541

36-
[Unreleased]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.1...HEAD
42+
[Unreleased]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.2...HEAD
43+
[1.0.2]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.1...v1.0.2
3744
[1.0.1]: https://github.com/codebyjass/active-cipher-storage/compare/v1.0.0...v1.0.1
3845
[1.0.0]: https://github.com/codebyjass/active-cipher-storage/releases/tag/v1.0.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_cipher_storage (1.0.1)
4+
active_cipher_storage (1.0.2)
55
activesupport (>= 7.0, < 9.0)
66
concurrent-ruby (~> 1.2)
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveCipherStorage
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
 (0)