From cb2aee27134d4a313dc1d8512a6f60cf5af26df2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 27 Jan 2023 01:12:30 -0600 Subject: [PATCH] [Release] 22.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ common/version.h | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea795309..205e640b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [22.2.0] - 01/27/2023 + +### Bots + +* Add EVENT_UNEQUIP_ITEM_BOT & EVENT_EQUIP_ITEM_BOT ([#2796](https://github.com/EQEmu/Server/pull/2796)) ([Aeadoin](https://github.com/Aeadoin)) 2023-01-27 +* ^create and ^viewcombos popup messages fix. ([#2797](https://github.com/EQEmu/Server/pull/2797)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-26 + +### Code Cleanup + +* Cleanup #door Command. ([#2783](https://github.com/EQEmu/Server/pull/2783)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-24 + +### Crash + +* Fix crash issue with log formatting during character creation ([#2798](https://github.com/EQEmu/Server/pull/2798)) ([Akkadius](https://github.com/Akkadius)) 2023-01-27 + +### Feature + +* ResetItemCooldown added to lua/perl and fix item re-cast times to show properly ([#2793](https://github.com/EQEmu/Server/pull/2793)) ([Natedog2012](https://github.com/Natedog2012)) 2023-01-26 + +### Git + +* Add CMake Files to .gitignore ([#2792](https://github.com/EQEmu/Server/pull/2792)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-25 + +### Release + +* 22.1.2 ([#2791](https://github.com/EQEmu/Server/pull/2791)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-24 + ## [22.1.2] - 01/24/2023 ### CI/CD diff --git a/common/version.h b/common/version.h index 41545c3c0..4088ac73c 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.1.2-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.2.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 9ebb6f731..e9c233499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.1.2", + "version": "22.2.0", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"