Release notes for 8.1.4

updated release notes and version file

---------

Signed-off-by: Rain Valentine <rsg000@gmail.com>
Signed-off-by: Harkrishn Patro <bunty.hari@gmail.com>
Co-authored-by: Harkrishn Patro <bunty.hari@gmail.com>
This commit is contained in:
Rain Valentine 2025-10-03 12:17:43 -07:00 committed by GitHub
parent 671947159d
commit 5f4bae3ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Valkey 8.1.4 - Not yet released
Valkey 8.1.4 - Released Fri 09 October 2025
================================================================================
Upgrade urgency HIGH: This release includes bug fixes we recommend you
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Security fixes

View File

@ -4,8 +4,8 @@
* similar. */
#define SERVER_NAME "valkey"
#define SERVER_TITLE "Valkey"
#define VALKEY_VERSION "8.1.3"
#define VALKEY_VERSION_NUM 0x00080103
#define VALKEY_VERSION "8.1.4"
#define VALKEY_VERSION_NUM 0x00080104
/* The release stage is used in order to provide release status information.
* In unstable branch the status is always "dev".
* During release process the status will be set to rc1,rc2...rcN.