diff --git a/CHANGES b/CHANGES index 94144f0..d9ceb3b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +blueox (0.11.5) + * update oxstash with more recent return status from Elasticsearch + blueox (0.11.4) * add command line option to set range for streaming ports (bks7) diff --git a/blueox/__init__.py b/blueox/__init__.py index f9caa89..9c8c642 100644 --- a/blueox/__init__.py +++ b/blueox/__init__.py @@ -9,7 +9,7 @@ """ __title__ = 'blueox' -__version__ = '0.11.4' +__version__ = '0.11.5' __author__ = 'Rhett Garber' __author_email__ = 'rhettg@gmail.com' __license__ = 'ISC'