diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ab6aa..124158c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.4 + ### Fixes * 🐛 Support stacked decorators and deprecated route warnings. PR [#121](https://github.com/fastapi/fastapi-vscode/pull/121) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index cb7f341..c1c1fd0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.3", + "version": "0.1.4", "publisher": "FastAPILabs", "license": "MIT", "repository": {