Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0b5ad0

Browse files
authored
chore: update version to 0.7.1 (#87)
1 parent 05cdee1 commit d0b5ad0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.7.1
4+
5+
### Fixes
6+
7+
- Adds headers to prevent proxies buffering SSE connections
8+
39
## v0.7.0
410

511
### Features

chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"start": "next start",
4545
"storybook": "storybook dev -p 6006"
4646
},
47-
"version": "0.7.0"
47+
"version": "0.7.1"
4848
}

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package version
44

5-
var Version = "0.7.0"
5+
var Version = "0.7.1"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"info": {
308308
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
309309
"title": "AgentAPI",
310-
"version": "0.7.0"
310+
"version": "0.7.1"
311311
},
312312
"openapi": "3.1.0",
313313
"paths": {

0 commit comments

Comments
 (0)