diff --git a/CHANGELOG.md b/CHANGELOG.md index 0407e0c743..96d7c53376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.8.0] - Unreleased +## [0.8.0] - 2022-12-22 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 91404e3b42..e53ef48436 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.7.0" +version = "0.8.0" homepage = "https://github.com/Textualize/textual" description = "Modern Text User Interface framework" authors = ["Will McGugan "]