diff --git a/CHANGES.rst b/CHANGES.rst index 56760485..6c6e2045 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changes ======= +Version 0.3.0 (2018-09-27) +-------------------------- + +- Introduces new Serial workflow engine for simple sequential workflow needs. +- Enhances progress reporting for CWL, Serial and Yadage workflow engines. +- Simplifies ``reana-client`` command set and usage scenarios. +- Introduces multi-user capabilities with mandatory access tokens. +- Adds support for multi-node clusters using shared CephFS volumes. +- Adds support for Kubernetes 1.11, Minikube 0.28.2. +- Upgrades CWL workflow engine to use latest ``cwltool`` version. +- Fixes several bugs such as binary file download with Python 3. + Version 0.2.0 (2018-04-23) -------------------------- diff --git a/reana/version.py b/reana/version.py index 677ebb6f..f0dc505b 100644 --- a/reana/version.py +++ b/reana/version.py @@ -27,4 +27,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.3.0.dev20180503" +__version__ = "0.3.0"