diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b6a5e..f9f00e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # HalfAPI +## 0.6.23 + +Dependency update version + +- starlette v0.23 +- orjson v3.8.5 +- click v8 +- pyJWT v2.6 +- pyYAML v6 +- toml v0.10 + ## 0.6.22 - IMPORTANT : Fix bug introduced with 0.6.20 (fix arguments handling) diff --git a/halfapi/__init__.py b/halfapi/__init__.py index ed242ba..ecda646 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.6.22' +__version__ = '0.6.23' def version(): return f'HalfAPI version:{__version__}'