diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cdb443ecf..237135cd8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,7 +3,7 @@ Changelog
This document describes changes between each past release.
-14.7.0 (unreleased)
+14.7.0 (2022-03-30)
-------------------
**Internal Changes**
@@ -11,6 +11,22 @@ This document describes changes between each past release.
- Test package description formatting in CI
- Build ``kinto-admin`` (now at version 2.0.0) from source rather than mounting the ```` component in a ``create-react-app`` app. (#2966)
+Kinto Admin
+^^^^^^^^^^^
+
+**Internal Changes**
+
+- Replace react-breadcrumbs with custom component (Kinto/kinto-admin#2207)
+- Move signoff into main component tree, remove plugin system (Kinto/kinto-admin#2360)
+- Use environment variable to set SINGLE_SERVER, deprecate other settings (Kinto/kinto-admin#2373)
+
+**Bug Fixes**
+
+- Downgrade to history v4 (Kinto/kinto-admin#2180)
+- Fix crash on incorrect auth credentials (Kinto/kinto-admin#2119)
+
+For a complete log of Kinto Admin changes, see `v1.31.0...v2.0.0 `_
+
14.6.1 (2022-02-03)
-------------------
diff --git a/dev-requirements.txt b/dev-requirements.txt
index ab1731766..59c78a7ee 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,4 +1,4 @@
-black==22.1.0
+black==22.3.0
bravado==11.0.3
bravado_core==5.17.0
flake8==4.0.1
diff --git a/setup.cfg b/setup.cfg
index 5a9c60a83..49b5dc8e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = kinto
-version = 14.7.0.dev0
+version = 14.7.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)