diff --git a/CHANGELOG.md b/CHANGELOG.md index a03e57b..56a139e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Jetforce Changelog -### Unreleased +### v0.3.0 (pre-release) - Allow a client certificate subject's CN to be blank. +- The ``jetforce-diagnostics`` script has been split off into a separate + repository at [gemini-diagnostics](https://github.com/michael-lazar/gemini-diagnostics). ### v0.2.2 (2012-03-31) diff --git a/setup.py b/setup.py index b7be16f..c0deafd 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.3.0", + version="0.3.0b1", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",