diff --git a/CHANGELOG.md b/CHANGELOG.md index faace41..5a0b3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.2.1 + ### Fixes * 🚸 Improve error handling so toasts are more descriptive. PR [#145](https://github.com/fastapi/fastapi-vscode/pull/145) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index c27bc54..ae18918 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.2.0", + "version": "0.2.1", "publisher": "FastAPILabs", "license": "MIT", "repository": {