diff --git a/changelog/enterprise.mdx b/changelog/enterprise.mdx
index f50436d1..125cf935 100644
--- a/changelog/enterprise.mdx
+++ b/changelog/enterprise.mdx
@@ -1,6 +1,6 @@
---
title: "Enterprise Gateway"
-sidebarTitle: "Enterprise Gateway [2.9.0]"
+sidebarTitle: "Enterprise Gateway [2.10.0]"
rss: true
---
@@ -8,6 +8,44 @@ rss: true
Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
+
+
+## v2.10.0
+---
+
+### New Plugins and Deployment Support
+
+- **Cato plugin**: Added support for Cato in plugin workflows.
+- **Claude Platform on AWS**: Added support for Claude Platform on AWS deployments.
+- **Allowed request types**: Extended allowed-request-type plugin coverage to proxy routes and allowed OpenTelemetry traffic in the allow list.
+- **AIDR guardrails**: Request metadata is now forwarded to the AIDR guard endpoint for richer guardrail context.
+
+### Observability and Metrics
+
+- Prometheus metrics can now export config name and API key name as optional extra labels.
+- Logs now store the `tokens` object for more complete token usage details.
+
+### Provider, Pricing, and Routing Updates
+
+- Added multi-dimensional pricing support.
+- Vertex AI now supports the `zai-org` model provider and applies the service-tier header where applicable.
+- Improved Cloudflare Workers AI compatibility for the newer OpenAI-compatible response format.
+- Fixed model extraction from `@slug/model` in request bodies for azure-openai.
+- Fixed Together AI streamed usage parsing when usage appears in stream chunks.
+
+### Security, Auth, and Network Reliability
+
+- Updated dependencies to patch security vulnerabilities.
+- Fixed Azure Managed Identity Redis token refresh.
+
+### Fixes and Improvements
+
+- Re-applies `default_params`, `override_params`, and `drop_params` after Messages/Responses request transforms so config behavior stays consistent across transformed requests.
+- Improved rate-limit error messages.
+- Fixed Anthropic-style streaming tool-use handling so `tool_use` blocks are not closed solely on `finish_reason`.
+
+
+
## v2.9.0
@@ -2695,4 +2733,4 @@ We are redacting this release and will be releasing a patch with out Workspace B
### Fixes & Enhancements:
- Exclude files, batches, threads, etc. (all passthrough) from ```llm_cost_sum``` prometheus metric to avoid unnecessary labels.
-
\ No newline at end of file
+