diff --git a/CHANGELOG.md b/CHANGELOG.md index 486fd12..6574216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.3.3 (2026-08-25) + ### Fixes * 🐛 Discover routes from imported custom APIRouter instances. PR [#225](https://github.com/fastapi/fastapi-vscode/pull/225) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 12a66ce..5b8d40e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.3.2", + "version": "0.3.3", "publisher": "FastAPILabs", "license": "MIT", "repository": {