Skip to content

Commit

Permalink
Upgrade to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Aug 21, 2022
1 parent f22b45e commit 9ab9008
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Rhonabwy Changelog

## 1.1.8

- Fix build for 32 bits architectures
- Remove EC P-521 support for JWE ECDH-ES key management

## 1.1.7

- Do not ignore whitespaces when parsing tokens
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/rhonabwy/")
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/rhonabwy/issues")
set(LIBRARY_VERSION_MAJOR "1")
set(LIBRARY_VERSION_MINOR "1")
set(LIBRARY_VERSION_PATCH "7")
set(LIBRARY_VERSION_PATCH "8")
set(ORCANIA_VERSION_REQUIRED "2.3.0")
set(YDER_VERSION_REQUIRED "1.4.17")
set(ULFIUS_VERSION_REQUIRED "2.7.10")
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ OBJECTS=jwk.o jwks.o jws.o jwe.o jwt.o misc.o
OUTPUT=librhonabwy.so
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_PATCH=7
VERSION_PATCH=8

ifdef DISABLE_CURL
R_WITH_CURL=0
Expand Down

0 comments on commit 9ab9008

Please sign in to comment.