diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx
index 177ac6142..73957dfd5 100644
--- a/docs/ar/changelog.mdx
+++ b/docs/ar/changelog.mdx
@@ -4,6 +4,33 @@ description: "تحديثات المنتج والتحسينات وإصلاحات
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.2a2
+
+ [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.2a2)
+
+ ## ما الذي تغير
+
+ ### الميزات
+ - إضافة واجهة مستخدم نصية لنقطة التحقق مع عرض شجري، ودعم التفرع، ومدخلات/مخرجات قابلة للتعديل
+ - إثراء تتبع رموز LLM مع رموز الاستدلال ورموز إنشاء التخزين المؤقت
+ - إضافة معلمة `from_checkpoint` إلى طرق الانطلاق
+ - تضمين `crewai_version` في نقاط التحقق مع إطار عمل الهجرة
+ - إضافة تفرع نقاط التحقق مع تتبع السلالة
+
+ ### إصلاحات الأخطاء
+ - إصلاح توجيه الوضع الصارم إلى مزودي Anthropic وBedrock
+ - تعزيز NL2SQLTool مع وضع القراءة فقط الافتراضي، والتحقق من الاستعلامات، والاستعلامات المعلمة
+
+ ### الوثائق
+ - تحديث سجل التغييرات والإصدار لـ v1.14.2a1
+
+ ## المساهمون
+
+ @alex-clawd, @github-actions[bot], @greysonlalonde, @lucasgomide
+
+
+
## v1.14.2a1
diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx
index b7a9b2645..b8e474d50 100644
--- a/docs/en/changelog.mdx
+++ b/docs/en/changelog.mdx
@@ -4,6 +4,33 @@ description: "Product updates, improvements, and bug fixes for CrewAI"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.2a2
+
+ [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.2a2)
+
+ ## What's Changed
+
+ ### Features
+ - Add checkpoint TUI with tree view, fork support, and editable inputs/outputs
+ - Enrich LLM token tracking with reasoning tokens and cache creation tokens
+ - Add `from_checkpoint` parameter to kickoff methods
+ - Embed `crewai_version` in checkpoints with migration framework
+ - Add checkpoint forking with lineage tracking
+
+ ### Bug Fixes
+ - Fix strict mode forwarding to Anthropic and Bedrock providers
+ - Harden NL2SQLTool with read-only default, query validation, and parameterized queries
+
+ ### Documentation
+ - Update changelog and version for v1.14.2a1
+
+ ## Contributors
+
+ @alex-clawd, @github-actions[bot], @greysonlalonde, @lucasgomide
+
+
+
## v1.14.2a1
diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx
index f4e3ca546..ff9ea38ac 100644
--- a/docs/ko/changelog.mdx
+++ b/docs/ko/changelog.mdx
@@ -4,6 +4,33 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.2a2
+
+ [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.2a2)
+
+ ## 변경 사항
+
+ ### 기능
+ - 트리 뷰, 포크 지원 및 편집 가능한 입력/출력을 갖춘 체크포인트 TUI 추가
+ - 추론 토큰 및 캐시 생성 토큰으로 LLM 토큰 추적 강화
+ - 킥오프 메서드에 `from_checkpoint` 매개변수 추가
+ - 마이그레이션 프레임워크와 함께 체크포인트에 `crewai_version` 포함
+ - 계보 추적이 가능한 체크포인트 포킹 추가
+
+ ### 버그 수정
+ - Anthropic 및 Bedrock 공급자로의 엄격 모드 포워딩 수정
+ - 읽기 전용 기본값, 쿼리 검증 및 매개변수화된 쿼리로 NL2SQLTool 강화
+
+ ### 문서
+ - v1.14.2a1에 대한 변경 로그 및 버전 업데이트
+
+ ## 기여자
+
+ @alex-clawd, @github-actions[bot], @greysonlalonde, @lucasgomide
+
+
+
## v1.14.2a1
diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx
index 45cc9943f..3eafc268a 100644
--- a/docs/pt-BR/changelog.mdx
+++ b/docs/pt-BR/changelog.mdx
@@ -4,6 +4,33 @@ description: "Atualizações de produto, melhorias e correções do CrewAI"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.2a2
+
+ [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.2a2)
+
+ ## O que Mudou
+
+ ### Funcionalidades
+ - Adicionar TUI de ponto de verificação com visualização em árvore, suporte a bifurcações e entradas/saídas editáveis
+ - Enriquecer o rastreamento de tokens LLM com tokens de raciocínio e tokens de criação de cache
+ - Adicionar parâmetro `from_checkpoint` aos métodos de inicialização
+ - Incorporar `crewai_version` em pontos de verificação com o framework de migração
+ - Adicionar bifurcação de ponto de verificação com rastreamento de linhagem
+
+ ### Correções de Bugs
+ - Corrigir o encaminhamento em modo estrito para os provedores Anthropic e Bedrock
+ - Fortalecer NL2SQLTool com padrão somente leitura, validação de consultas e consultas parametrizadas
+
+ ### Documentação
+ - Atualizar changelog e versão para v1.14.2a1
+
+ ## Contributors
+
+ @alex-clawd, @github-actions[bot], @greysonlalonde, @lucasgomide
+
+
+
## v1.14.2a1