diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4f57342..af9fb21d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -In development --------------- +1.1.0 +----- Added ~~~~~ diff --git a/orquesta/__init__.py b/orquesta/__init__.py index ac055efc..02ff4285 100644 --- a/orquesta/__init__.py +++ b/orquesta/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.0.0' +__version__ = '1.1.0'