Skip to content

Commit f74f9f3

Browse files
committed
Releasing 2.3.0
1 parent fd1be81 commit f74f9f3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
## [Unreleased]
1212

13+
## [v2.3.0]
14+
- Fix for CVE-2024-54150: https://github.com/xmidt-org/cjwt/commit/096ab3e37f73c914b716e7259589179f363265fd
15+
- When using HSxxx signing types, the new option `OPT_ALLOW_ONLY_HS_ALG` is required.
16+
This ensures that public/private keys can't be mistakenly accepted as symmetric
17+
algorithem ciphers.
18+
1319
## [v2.2.1]
1420
- Bump the version to trigger a full release.
1521

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
project('cjwt', 'c',
7-
version: '2.2.1',
7+
version: '2.3.0',
88
license: ['Apache-2.0'],
99
meson_version: '>= 0.60.3',
1010
default_options: ['c_std=c99',

0 commit comments

Comments
 (0)