From 69edb0cf6de382dfa128b8582617e3bc126514d4 Mon Sep 17 00:00:00 2001
From: Haru <haru@dotalux.com>
Date: Sun, 1 Dec 2024 01:53:42 +0000
Subject: [PATCH] Release v2024.11

Signed-off-by: Haru <haru@dotalux.com>
---
 AUTHORS                 |  1 +
 CHANGELOG.md            | 12 ++++++++++++
 doc/constants_pre-re.md |  2 +-
 doc/constants_re.md     |  2 +-
 src/config/core.h       |  2 +-
 5 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 7becedd66f1..4dec8531060 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ ai4rei <ai4rei@users.noreply.github.com>
 Akkarinage <mike.langford@live.co.uk>
 akrus <akrus@flygroup.st>
 akshat157 <ancientfuture1337@gmail.com>
+alex <10777884+ahoyaharr@users.noreply.github.com>
 Alexander Kozlov <landergate@landergate.com>
 Alige <gauvain.dauchy@free.fr>
 Amir El Sayed <aes@basecom.de>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 608b9c2b66a..ae087babf16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,17 @@ If you are reading this in a text editor, simply ignore this section
 ### Removed
 -->
 
+## [v2024.11] `November 2024`
+
+### Changed
+
+- Updated mob_db2 documentation to include the `Inherit` mechanism. (#3327)
+
+### Fixed
+
+- Fixed a code comment containing misleading information. (#3327)
+- Fixed the `clang-13` build in the GitHub CI, failing due to a removed package in debian unstable. (#3333)
+
 ## [v2024.10] `October 2024`
 
 ### Changed
@@ -3181,6 +3192,7 @@ Note: everything included in this release is part of PR #3198 which consists of
 - New versioning scheme and project changelogs/release notes (#1853)
 
 [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
+[v2024.11]: https://github.com/HerculesWS/Hercules/compare/v2024.10...v2024.11
 [v2024.10]: https://github.com/HerculesWS/Hercules/compare/v2024.09...v2024.10
 [v2024.09]: https://github.com/HerculesWS/Hercules/compare/v2024.08...v2024.09
 [v2024.08]: https://github.com/HerculesWS/Hercules/compare/v2024.06...v2024.08
diff --git a/doc/constants_pre-re.md b/doc/constants_pre-re.md
index 53b58d33bee..6c0d1e03323 100644
--- a/doc/constants_pre-re.md
+++ b/doc/constants_pre-re.md
@@ -4878,7 +4878,7 @@
 ### Server defines
 
 - `PACKETVER`: 20190530
-- `HERCULES_VERSION`: 202410000
+- `HERCULES_VERSION`: 202411000
 - `MAX_LEVEL`: 175
 - `MAX_STORAGE`: 600
 - `MAX_GUILD_STORAGE`: 500
diff --git a/doc/constants_re.md b/doc/constants_re.md
index 9d583556ef5..16916beb807 100644
--- a/doc/constants_re.md
+++ b/doc/constants_re.md
@@ -4878,7 +4878,7 @@
 ### Server defines
 
 - `PACKETVER`: 20190530
-- `HERCULES_VERSION`: 202410000
+- `HERCULES_VERSION`: 202411000
 - `MAX_LEVEL`: 175
 - `MAX_STORAGE`: 600
 - `MAX_GUILD_STORAGE`: 500
diff --git a/src/config/core.h b/src/config/core.h
index 8b7f92bb1cf..3adc57a9057 100644
--- a/src/config/core.h
+++ b/src/config/core.h
@@ -22,7 +22,7 @@
 #define CONFIG_CORE_H
 
 /// Hercules version. From tag vYYYY.MM(+PPP) -> YYYYMMPPP
-#define HERCULES_VERSION 202410000
+#define HERCULES_VERSION 202411000
 
 /// Max number of items on @autolootid list
 #define AUTOLOOTITEM_SIZE 10