diff --git a/agent/CHANGELOG.md b/agent/CHANGELOG.md index 4efb5432facc..b82ca8dcc89c 100644 --- a/agent/CHANGELOG.md +++ b/agent/CHANGELOG.md @@ -10,7 +10,8 @@ This is a log of all notable changes to the Cody command-line tool. [Unreleased] ### Changed -## 5.5.13 +## 5.5.14 + ### Fixed - `cody chat` and `cody auth login` now report a helpful error message when trying to authenticate with an invalid access token. diff --git a/agent/package.json b/agent/package.json index 696b6addd1c7..f276fa6f6ba3 100644 --- a/agent/package.json +++ b/agent/package.json @@ -1,6 +1,6 @@ { "name": "@sourcegraph/cody", - "version": "5.5.13", + "version": "5.5.14", "description": "Cody CLI is the same technology that powers Cody in the IDE but available from the command-line.", "license": "Apache-2.0", "repository": {