diff --git a/CHANGELOG.md b/CHANGELOG.md index 88680e6dc..ff89b37cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [22.62.2] 2/1/2025 + +### Fixes + +* Add price change check to the Bazaar Search Window purchase mechanics ([#4632](https://github.com/EQEmu/Server/pull/4632)) @neckkola 2025-02-01 +* NewBazaar Search Consumables ([#4631](https://github.com/EQEmu/Server/pull/4631)) @neckkola 2025-02-01 +* Update the shard bazaar search feature ([#4630](https://github.com/EQEmu/Server/pull/4630)) @neckkola 2025-02-01 + +### Memory Leak + +* Revert " Change raw pointer to unique_ptr to avoid potential leak in dbg stream " ([#4616](https://github.com/EQEmu/Server/pull/4616)) @Akkadius 2025-01-27 + +### Performance + +* Significantly Improve Client Network Resends ([#4629](https://github.com/EQEmu/Server/pull/4629)) @Akkadius 2025-02-01 + ## [22.62.1] 1/27/2025 ### Memory Leak diff --git a/common/version.h b/common/version.h index 80b014757..56e9d11cb 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.62.1-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.62.2-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 91084bc77..676343bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.62.1", + "version": "22.62.2", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"