diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e3c2e..7a2db1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Jetforce Changelog -### v0.8.0 (Unreleased) +### v0.9.0 (unreleased) + +#### Changes + +- n/a + +### v0.8.0 (2021-01-06) + +#### Changes - Added support for international domain names using IDN encoding. - Several improvements to internal python type hinting coverage. diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 49e0fc1..777f190 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.0" diff --git a/setup.py b/setup.py index b9efcc7..f208dcc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description() -> str: setuptools.setup( name="Jetforce", - version="0.7.0", + version="0.8.0", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",