diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77a2d07..f058fda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,16 @@ instructions, because git commits are used to generate release notes:
+
+## v19.0.2 (2025-03-12)
+
+- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
+
+
+## v19.0.1 (2025-03-11)
+
+- [Improvement] Migrate from `setup.py` (setuptools) to `pyproject.toml` (hatch). (by @jfavellar90)
+
## v19.0.0 (2024-10-24)
diff --git a/changelog.d/20250213_202807_jhony.avella_pyproject_toml.md b/changelog.d/20250213_202807_jhony.avella_pyproject_toml.md
deleted file mode 100644
index 567ead3..0000000
--- a/changelog.d/20250213_202807_jhony.avella_pyproject_toml.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Migrate from `setup.py` (setuptools) to `pyproject.toml` (hatch). (by @jfavellar90)
diff --git a/changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md b/changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md
deleted file mode 100644
index fb4c929..0000000
--- a/changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
diff --git a/tutorxqueue/__about__.py b/tutorxqueue/__about__.py
index 39b5f3f..14d428a 100644
--- a/tutorxqueue/__about__.py
+++ b/tutorxqueue/__about__.py
@@ -1 +1 @@
-__version__ = "19.0.1"
+__version__ = "19.0.2"