Skip to content

Commit 4a9a9fb

Browse files
committed
Cut version 1.1.0
1 parent 4d50d7a commit 4a9a9fb

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.0](https://github.com/jwt/ruby-jwe/tree/v1.1.0) (2025-02-16)
4+
5+
[Full Changelog](https://github.com/jwt/ruby-jwe/compare/v1.0.0...v1.1.0)
6+
7+
**Features:**
8+
9+
- Add RsaOaep256 algorithm (https://github.com/jwt/ruby-jwe/pull/31)
10+
311
## [v1.0.0](https://github.com/jwt/ruby-jwe/tree/v1.0.0) (2025-02-16)
412

513
[Full Changelog](https://github.com/jwt/ruby-jwe/compare/v0.4.0...v1.0.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.0.0'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)