diff --git a/CHANGELOG.md b/CHANGELOG.md index 171d7de..5ea20a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file. 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) (as of version 1.2.0). -## [Unreleased] +## [2.0.6] - 2024-08-02 ### Changed diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index 1478b44..ff6ef86 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.0.6-dev0" +__version__ = "2.0.6"