Skip to content

Commit

Permalink
[Release] 22.59.0 (#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius authored Nov 14, 2024
1 parent bcedfe7 commit e4d812f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e4d812f

Please sign in to comment.