From adc5147ce899022c95fdded0cffe0eff0dcff2c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:33:45 -0500 Subject: [PATCH] chore(release): released version console-api/v2.45.0 (#640) --- 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 6979ce4cd..9dcbda3b1 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.45.0](https://github.com/akash-network/console/compare/console-api/v2.44.4...console-api/v2.45.0) (2025-01-14) + + +### Features + +* **user:** save last ip, user-agent and fingerprint on users ([4663cae](https://github.com/akash-network/console/commit/4663cae6209f59e990a7115c8d1f45516e672340)), closes [#499](https://github.com/akash-network/console/issues/499) + ## [2.44.4](https://github.com/akash-network/console/compare/console-api/v2.44.3...console-api/v2.44.4) (2025-01-03) diff --git a/apps/api/package.json b/apps/api/package.json index eb5d2708d..5d676004d 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.44.4", + "version": "2.45.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git",