Skip to content

Commit 5720ffb

Browse files
authored
[Release] 22.1.2 (#2791)
1 parent 2b0c778 commit 5720ffb

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
1-
## [22.1.1] - 01/23/2022
1+
## [22.1.2] - 01/24/2023
2+
3+
### CI/CD
4+
5+
* Build / Release Pipeline Changes ([#2788](https://github.com/EQEmu/Server/pull/2788)) ([Akkadius](https://github.com/Akkadius)) 2023-01-24
6+
7+
### Code Cleanup
8+
9+
* Cleanup #door Command. ([#2783](https://github.com/EQEmu/Server/pull/2783)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-24
10+
11+
### Crash
12+
13+
* Fix rarer world crash issue where scheduler database was not available ([#2789](https://github.com/EQEmu/Server/pull/2789)) ([Akkadius](https://github.com/Akkadius)) 2023-01-24
14+
15+
### Fixes
16+
17+
* Fix nullptr spell in BCSpells::Load() ([#2790](https://github.com/EQEmu/Server/pull/2790)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-24
18+
* Remove duplicate logic in GetActSpellHealing reducing HOT criticals ([#2786](https://github.com/EQEmu/Server/pull/2786)) ([Kinglykrab](https://github.com/Kinglykrab)) 2023-01-24
19+
20+
## [22.1.1] - 01/23/2023
221

322
### Fixes
423

524
* Fix botgrouplist to display unique entries. ([#2785](https://github.com/EQEmu/Server/pull/2785)) ([Aeadoin](https://github.com/Aeadoin)) 2023-01-23
625
* Fix scenario where dereferenced object could be null. ([#2784](https://github.com/EQEmu/Server/pull/2784)) ([Aeadoin](https://github.com/Aeadoin)) 2023-01-23
726

8-
## [22.1.0] - 01/22/2022
27+
## [22.1.0] - 01/22/2023
928

1029
This is a first release using the new build system. Changelog entry representative of last year. Subsequent releases will consist of incremental changes since the last release.
1130

common/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// Build variables
2727
// these get injected during the build pipeline
28-
#define CURRENT_VERSION "22.1.1-dev" // always append -dev to the current version for custom-builds
28+
#define CURRENT_VERSION "22.1.2-dev" // always append -dev to the current version for custom-builds
2929
#define LOGIN_VERSION "0.8.0"
3030
#define COMPILE_DATE __DATE__
3131
#define COMPILE_TIME __TIME__

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eqemu-server",
3-
"version": "22.1.1",
3+
"version": "22.1.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/EQEmu/Server.git"

0 commit comments

Comments
 (0)