diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8fbdc..b51b29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.1.1 + ### Added - An octopus icon with ringing arcs for the VS Code extension. diff --git a/package.json b/package.json index 6c2ced6..5af35b2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Busy Octopus", "icon": "assets/icon.png", "description": "VS Code extension to notify you when an agent or workspace needs attention", - "version": "0.1.0", + "version": "0.1.1", "publisher": "mindedtech", "license": "MIT", "type": "module",