diff --git a/docs/changelog.rst b/docs/changelog.rst index 344615ee9..02e4014dc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== +.. _v2_8: + +2.8 (2020-05-03) +---------------- + +- New ``sqlite-utils create-table`` command, see :ref:`cli_create_table`. (`#27 `__) +- New ``sqlite-utils create-view`` command, see :ref:`cli_create_view`. (`#107 `__) + .. _v2_7.2: 2.7.2 (2020-05-02) diff --git a/setup.py b/setup.py index dc18a69ac..88e385b02 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import io import os -VERSION = "2.7.2" +VERSION = "2.8" def get_long_description():