diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa4a7f..46d46ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.3.5 (2026-09-22) + ### Fixes * 🐛 Decode file URIs in Path Operations labels. PR [#233](https://github.com/fastapi/fastapi-vscode/pull/233) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 1e1e1f4..79993a4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.3.4", + "version": "0.3.5", "publisher": "FastAPILabs", "license": "MIT", "repository": {