diff --git a/CHANGELOG.md b/CHANGELOG.md index b0333acc..771a3b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,29 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UnReleased] - 2023-MM-DD +## [0.8.0] - 2023-03-10 ### Added - Added requirements parser ([#107](https://github.com/Lightning-AI/utilities/pull/107)) - - - Added workflow for checking markdown links ([#81](https://github.com/Lightning-AI/utilities/pull/81)) -- - - -### Changed - -- - - -### Fixed - -- - - ## [0.7.1] - 2023-02-23 ### Added diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 23b7882a..9c0923e8 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.8.0dev" +__version__ = "0.8.0" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"