diff --git a/CHANGELOG.md b/CHANGELOG.md index 498a7b2d79..306010728f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.72.0] - Unreleased +## [0.72.0] - 2024-07-09 ### Changed - More predictable DOM removals. https://github.com/Textualize/textual/pull/4708 +### Fixed + +- Fixed clicking separator in OptionList moving cursor https://github.com/Textualize/textual/issues/4710 +- Fixed scrolling issue in OptionList https://github.com/Textualize/textual/pull/4709 + ## [0.71.0] - 2024-06-29 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6cfbc5468a..0d9a903f92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.72.0a0" +version = "0.72.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"