Skip to content

Commit 0a210f1

Browse files
authored
Version 1.1.1 (#35)
1 parent 1e719d7 commit 0a210f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [v1.1.0](https://github.com/jwt/ruby-jwe/tree/v1.1.0) (2025-07-22)
412

513
[Full Changelog](https://github.com/jwt/ruby-jwe/compare/v1.0.0...v1.1.0)

lib/jwe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JWE
4-
VERSION = '1.1.0'
4+
VERSION = '1.1.1'
55
end

0 commit comments

Comments
 (0)