From 97caa79472b737dbcd62234d36512c26e106903f Mon Sep 17 00:00:00 2001 From: JJ <3617814+joligario@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:26:30 -0400 Subject: [PATCH] [Release] 22.31.3 (#3666) * Update package.json * Update version.h * Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ common/version.h | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0c924af..8a22d4227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [22.31.3] - 10/31/2023 + +### Bug + +* Force raids off content database ([#3665](https://github.com/EQEmu/Server/pull/3665)) @joligario 2023-10-31 + +### Crash + +* Revert " Fix spell in AESpell related to beacons " ([#3659](https://github.com/EQEmu/Server/pull/3659)) @Akkadius 2023-10-31 + +### Fixes + +* Fix issue with blocked spells not loading properly @Akkadius 2023-10-31 + +### Logs + +* Convert Loot Messages to Error Logs ([#3663](https://github.com/EQEmu/Server/pull/3663)) @Kinglykrab 2023-10-31 + ## [22.31.2] - 10/31/2023 ### Fixes diff --git a/common/version.h b/common/version.h index 66f7959ba..a3c171128 100644 --- a/common/version.h +++ b/common/version.h @@ -25,7 +25,7 @@ // Build variables // these get injected during the build pipeline -#define CURRENT_VERSION "22.31.2-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.31.3-dev" // always append -dev to the current version for custom-builds #define LOGIN_VERSION "0.8.0" #define COMPILE_DATE __DATE__ #define COMPILE_TIME __TIME__ diff --git a/package.json b/package.json index 45d9a0328..81871758d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.31.2", + "version": "22.31.3", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"