diff --git a/README.md b/README.md index 36312a2d..fba2f2fe 100644 --- a/README.md +++ b/README.md @@ -479,3 +479,16 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate. * Github Actions: added build checks for most available configurations * Updated wolfTPM to v.2.7.0 * Updated wolfCrypt to wolfSSL v.5.5.4 + +### V1.15 (2023-04-13) + * Refactor powerfail-safe update for NVMs without consecutive write operations + * Support for SP math on AARCH64 targets + * Fixed keygen.c exported public key size + * Added more test cases and github actions + * Updated wolfSSL to v.5.6.0 + * Hardware support: + * OCTOSPI support (STM32) + * Fixed STM32H7 UART, added UART debug + * New HAL: Renesas RA6M4 (with IDE example projects) + * New HAL: NXP i.MX-RT1064 + * Unified common code for NXP i.MX-RT10XX targets diff --git a/include/wolfboot/version.h b/include/wolfboot/version.h index bd9f0423..6683bc11 100644 --- a/include/wolfboot/version.h +++ b/include/wolfboot/version.h @@ -29,8 +29,8 @@ extern "C" { #endif -#define LIBWOLFBOOT_VERSION_STRING "1.14.0" -#define LIBWOLFBOOT_VERSION_HEX 0x010E0000 +#define LIBWOLFBOOT_VERSION_STRING "1.15.0" +#define LIBWOLFBOOT_VERSION_HEX 0x010F0000 #ifndef WOLFBOOT_VERSION #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX