diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c118f7b8..2a1b5e37 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,14 @@ Change log ########## -0.5.0 (unreleased) +0.5.0 (2022-04-06) ================== - Upgrade to Next 12 and various upgrades of dependencies and linting tools. - Upgrade to Node 16. - Squareone is cross-published on the GitHub Container Registry at ``ghcr.io/lsst-sqre/squareone``. +- Fix minor UI issues, including unnecessary scrollbars in the broadcast message disclosures and ``Link`` usage. +- Remove the note on the documentation page about Generation 3 middleware. 0.4.0 (2021-08-11) ================== diff --git a/package.json b/package.json index a28dcb04..e3b54214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squareone", - "version": "0.4.1", + "version": "0.5.0", "private": true, "scripts": { "dev": "next dev -p 3000",