From 034e20819ae0c8fa3378d15c0bd2cc70f2a7d55c Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 16 Jan 2025 16:06:16 +0000 Subject: [PATCH] chore(release): released version console-api/v2.50.0 --- apps/api/CHANGELOG.md | 7 +++++++ apps/api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index 78fedda75..195c8351f 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.50.0](https://github.com/akash-network/console/compare/console-api/v2.49.0...console-api/v2.50.0) (2025-01-16) + + +### Features + +* **auth:** forward cf clearance cookie to api via auth proxy ([bd81f2f](https://github.com/akash-network/console/commit/bd81f2f36c8f8f53e01d5dd4c879f99de1b9d151)) + ## [2.49.0](https://github.com/akash-network/console/compare/console-api/v2.48.0...console-api/v2.49.0) (2025-01-16) diff --git a/apps/api/package.json b/apps/api/package.json index f2484373e..6f25d2d0c 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.49.0", + "version": "2.50.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git",