diff --git a/CHANGES.rst b/CHANGES.rst index a8090db..b21ce40 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.1.1 +----- + +* Supported multiple content types + 0.1.0 ----- diff --git a/graphql_persist/__init__.py b/graphql_persist/__init__.py index b794fd4..df9144c 100644 --- a/graphql_persist/__init__.py +++ b/graphql_persist/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'