diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c928d..97212a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.0 + ### Features * ✨ Display docstrings on hover in path operations panel. PR [#67](https://github.com/fastapi/fastapi-vscode/pull/67) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 605e59d..859373e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.0.8", + "version": "0.1.0", "publisher": "FastAPILabs", "license": "MIT", "repository": {