diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fb083f4ce..97b2d17b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog This document describes changes between each past release. -15.0.1 (unreleased) +15.1.0 (2023-02-08) ------------------- **New features** diff --git a/SECURITY.md b/SECURITY.md index 9f22749f9..eb6e47b2f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Mozilla has a [well-defined process for handling security vulnerabilities](https | Version | Supported | | ------- | ------------------ | -| 14.x.x | :white_check_mark: | -| < 14.0 | :x: | +| 15.x.x | :white_check_mark: | +| < 15.0 | :x: | ## Reporting a Vulnerability diff --git a/setup.cfg b/setup.cfg index 913c1b0ee..fb7879ef7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kinto -version = 15.0.1.dev0 +version = 15.1.0 description = Kinto Web Service - Store, Sync, Share, and Self-Host. long_description = file: README.rst, CHANGELOG.rst, CONTRIBUTORS.rst license = Apache License (2.0)