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 4d50d7a commit 4a9a9fbCopy full SHA for 4a9a9fb
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [v1.0.0](https://github.com/jwt/ruby-jwe/tree/v1.0.0) (2025-02-16)
12
13
[Full Changelog](https://github.com/jwt/ruby-jwe/compare/v0.4.0...v1.0.0)
lib/jwe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JWE
- VERSION = '1.0.0'
+ VERSION = '1.1.0'
end
0 commit comments