From 1906cea39bff22f042ea6d01d7f13294094115ea Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Mon, 6 Oct 2025 17:47:27 +0530 Subject: [PATCH] chore: update version to 0.10.0 --- CHANGELOG.md | 8 ++++++++ chat/package.json | 2 +- internal/version/version.go | 2 +- openapi.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfb779..24fdef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.10.0 + +### Features +- Feature to upload files to agentapi +- Introduced clickable links +- Added e2e tests +- Fixed the resizing scroll issue + ## v0.9.0 ### Features diff --git a/chat/package.json b/chat/package.json index 378885c..be004b7 100644 --- a/chat/package.json +++ b/chat/package.json @@ -48,5 +48,5 @@ "start": "next start", "storybook": "storybook dev -p 6006" }, - "version": "0.9.0" + "version": "0.10.0" } diff --git a/internal/version/version.go b/internal/version/version.go index adf9fd3..b96c1a5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version -var Version = "0.9.0" +var Version = "0.10.0" diff --git a/openapi.json b/openapi.json index 96c9c93..a36154e 100644 --- a/openapi.json +++ b/openapi.json @@ -334,7 +334,7 @@ "info": { "description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi", "title": "AgentAPI", - "version": "0.9.0" + "version": "0.10.0" }, "openapi": "3.1.0", "paths": {