diff --git a/CHANGELOG.md b/CHANGELOG.md index 2637eec..63cce6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.5 + ### Fixes * 🐛 Fix discovery when multiple routers are imported from the same file. PR [#129](https://github.com/fastapi/fastapi-vscode/pull/129) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index c1c1fd0..38105c0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.4", + "version": "0.1.5", "publisher": "FastAPILabs", "license": "MIT", "repository": {