diff --git a/CHANGELOG.md b/CHANGELOG.md index a32f92671..df3d39cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [22.33.0] - 11/11/2023 + +### Feature + +* Add Comment to Item Data/Quest API ([#3669](https://github.com/EQEmu/Server/pull/3669)) @Kinglykrab 2023-11-07 + +### Spawn2 + +* Fix edge case with instances not copying disabled spawn state ([#3688](https://github.com/EQEmu/Server/pull/3688)) @Akkadius 2023-11-12 + ## [22.32.1] - 11/6/2023 ### Hotfix @@ -20,6 +30,7 @@ * Fix Perl__worldwideremovetask package ([#3670](https://github.com/EQEmu/Server/pull/3670)) @Kinglykrab 2023-11-04 * Revert " Fix Killed XYZH support in EVENT_DEATH in Perl. " (#3682) ([#3591](https://github.com/EQEmu/Server/pull/3591)) @fryguy503 2023-11-06 CRASH + ### GCC * Compatibility fix for GCC 13 ([#3677](https://github.com/EQEmu/Server/pull/3677)) @joligario 2023-11-05 diff --git a/common/version.h b/common/version.h index da4010592..79417407f 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.32.1-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.33.0-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 65e1f9d18..536f94435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.32.1", + "version": "22.33.0", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"