We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e719d7 commit 0a210f1Copy full SHA for 0a210f1
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v1.1.1](https://github.com/jwt/ruby-jwe/tree/v1.1.1) (2025-08-07)
4
+
5
+[Full Changelog](https://github.com/jwt/ruby-jwe/compare/v1.1.0...v1.1.1)
6
7
+**Fixes and enhancements:**
8
9
+- Fix tag length checking for AES-GCM (CVE-2025-54887)
10
11
## [v1.1.0](https://github.com/jwt/ruby-jwe/tree/v1.1.0) (2025-07-22)
12
13
[Full Changelog](https://github.com/jwt/ruby-jwe/compare/v1.0.0...v1.1.0)
lib/jwe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JWE
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
end
0 commit comments