From e4d812f4b4e2267e06b7c7632fd4ae3767c84bd5 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Wed, 13 Nov 2024 20:08:03 -0600 Subject: [PATCH] [Release] 22.59.0 (#4538) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ common/version.h | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90dfe1041b..c5ccdb119b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [22.59.0] 11/13/2024 + +### Databuckets + +* Add database index to data_buckets ([#4535](https://github.com/EQEmu/Server/pull/4535)) @Akkadius 2024-11-09 + +### Fixes + +* Bazaar two edge case issues resolved ([#4533](https://github.com/EQEmu/Server/pull/4533)) @neckkola 2024-11-09 +* Check if the mob is already in the close mobs list before inserting @Akkadius 2024-11-11 +* ScanCloseMobs - Ensure scanning mob has an entity ID @Akkadius 2024-11-10 + +### Performance + +* Improvements to ScanCloseMobs logic ([#4534](https://github.com/EQEmu/Server/pull/4534)) @Akkadius 2024-11-08 + +### Quest API + +* Add Native Database Querying Interface ([#4531](https://github.com/EQEmu/Server/pull/4531)) @hgtw 2024-11-13 + +### Rules + +* Add Rule for restricting client versions to world server ([#4527](https://github.com/EQEmu/Server/pull/4527)) @knervous 2024-11-12 + ## [22.58.0] 11/5/2024 ### Code diff --git a/common/version.h b/common/version.h index 708dbe9d2d..dcc7d8bf8b 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.58.0-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.59.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 8ff6f15817..03c09a9dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.58.0", + "version": "22.59.0", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"