diff --git a/CHANGES b/CHANGES index 1c763dea..70eb948c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Changes ======= +0.28.0 +------ +Modified the ``get_ids`` endpoint of ``PiccoloCRUD``, so it accepts an +``offset`` query parameter. It already supported ``limit``. + 0.27.0 ------ You can now pass a ``schema_extra`` argument to ``PiccoloCRUD``, which is diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index 9435a1f2..79c9db10 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.27.0" +__VERSION__ = "0.28.0"