diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dad341f..e9d03897 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# [Unreleased](https://github.com/moleculerjs/moleculer/compare/v0.14.33...master)
+--------------------------------------------------
+
+# [0.14.35](https://github.com/moleculerjs/moleculer/compare/v0.14.34...v0.14.35) (2024-11-06)
+
+## Changes
+- allow to work with pino v9 [#1282](https://github.com/moleculerjs/moleculer/pull/1282)
+- Runner: log runner error through util.inspect [#1304](https://github.com/moleculerjs/moleculer/pull/1304)
+- Update default type for ServiceSchema generic to Service [#1299](https://github.com/moleculerjs/moleculer/pull/1299)
+- fix: updated removePendingRequestByNodeID [#1306](https://github.com/moleculerjs/moleculer/pull/1306)
+
--------------------------------------------------
# [0.14.34](https://github.com/moleculerjs/moleculer/compare/v0.14.33...v0.14.34) (2024-07-28)