diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b2753..976fbeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # HalfAPI -## 0.7.0 +## 0.6.24 - Uses the "Authorization" cookie to read authentication token additionnaly to the "Authorization" header - CLI : allows to run a single domain using the "halfapi domain --run domain_name" command diff --git a/halfapi/__init__.py b/halfapi/__init__.py index 167382d..ab75f24 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.7.0' +__version__ = '0.6.24' def version(): return f'HalfAPI version:{__version__}'