diff --git a/docs/changelog/index.mdx b/docs/changelog/index.mdx
index 84cb93920..d6f54f464 100644
--- a/docs/changelog/index.mdx
+++ b/docs/changelog/index.mdx
@@ -4,6 +4,19 @@ description: "List of all notable changes and updates to Reactive Resume"
rss: true
---
+
+ - Implement Atomic Resume Patching API for fine-grained resume updates, allowing partial, atomic updates to resumes via a new PATCH endpoint. [#2692](https://github.com/amruthpillai/reactive-resume/pull/2692)
+ - The API endpoint `PUT /resume/{id}` now returns the updated resume object instead of void. Also, resume routing/services now use explicit DTOs for input and output schemas. [#2688](https://github.com/amruthpillai/reactive-resume/pull/2688)
+ - Add error logging for API server errors (server-side only) to improve debugging and reliability.
+ - Refactor and clean up imports/exports for clarity and maintainability.
+ - Added `.devcontainer` configuration for improved contributor development environment.
+ - Update dependencies to the latest versions.
+ - Add build status badge and documentation link to README.
+ - Sync latest translations from Crowdin (notably: French, other languages).
+ - Other minor fixes and improvements.
+
+
+
- Implement Cover Letter functionality in the resume builder, allowing the user to create cover letters as custom sections. [(link)](/guides/adding-a-cover-letter)
- Implement full-screen mode for the rich text editor in the resume builder, allowing the user to write in a more focused environment.
diff --git a/package.json b/package.json
index 9ff98f1bd..1cedf3e13 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "reactive-resume",
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
- "version": "5.0.5",
+ "version": "5.0.6",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc",