diff --git a/docs/changelog.rst b/docs/changelog.rst index ce71a3a4..8add64a5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,12 @@ unreleased - *Nothing yet* +v3.14.0 (2019-06-18) +^^^^^^^^^^^^^^^^^^^^ + +- Change: support for ``ujson`` is now deprecated + (see `issue 258 `_) + v3.13.0 (2019-03-16) ^^^^^^^^^^^^^^^^^^^^ diff --git a/tinydb/version.py b/tinydb/version.py index 8576e6e6..6e9b3ce4 100644 --- a/tinydb/version.py +++ b/tinydb/version.py @@ -1 +1 @@ -__version__ = '3.13.0' +__version__ = '3.14.0'