diff --git a/CHANGELOG.md b/CHANGELOG.md index 54bfae7..3f2cf68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.1] (Aug 26 2024) + +### Changed + +- Updated README installation instructions and badges. + ## [0.2.0] (Aug 26 2024) - Public release of JupyterLab Display Name. @@ -42,7 +48,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - JupyterLab server extension to add a display name field to the login page, which is used as the user's name once logged in. -[unreleased]: https://github.com/PainterQubits/jupyterlab-display-name/compare/v0.2.0...main +[unreleased]: https://github.com/PainterQubits/jupyterlab-display-name/compare/v0.2.1...main +[0.2.1]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.2.1 [0.2.0]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.2.0 [0.1.3]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.1.3 [0.1.2]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.1.2 diff --git a/package.json b/package.json index 207dccc..6a805b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-display-name", - "version": "0.2.0", + "version": "0.2.1", "description": "JupyterLab server extension that adds a display name field to the login page.", "contributors": [ {