diff --git a/acore.json b/acore.json index 5a2d4e303..a9d7cac41 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name": "azerothcore-wotlk", - "version": "4.0.0-dev.10", + "version": "4.0.0-dev.11", "license": "AGPL3" } diff --git a/doc/changelog/master.md b/doc/changelog/master.md index 22cdcf228..1a0896767 100644 --- a/doc/changelog/master.md +++ b/doc/changelog/master.md @@ -1,3 +1,10 @@ +## 4.0.0-dev.11 | Commit: [d18545263fda54e19c875d22adfb28ae4072ec01 +](https://github.com/azerothcore/azerothcore-wotlk/commit/d18545263fda54e19c875d22adfb28ae4072ec01 + + +### Added + +- Added `OnBeforeFinalizePlayerWorldSession ` that can be used to modify the cache version that is sent to the client via modules. ## 4.0.0-dev.10 | Commit: [0897705a6814fc19007e5f88fbcb98b3689880c9 ](https://github.com/azerothcore/azerothcore-wotlk/commit/0897705a6814fc19007e5f88fbcb98b3689880c9 diff --git a/doc/changelog/pendings/changes_1629216324271376300.md b/doc/changelog/pendings/changes_1629216324271376300.md deleted file mode 100644 index ae58ea916..000000000 --- a/doc/changelog/pendings/changes_1629216324271376300.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- Added `OnBeforeFinalizePlayerWorldSession ` that can be used to modify the cache version that is sent to the client via modules. \ No newline at end of file