diff --git a/CHANGELOG.md b/CHANGELOG.md index 354ac88c..cb8a63fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project closely adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.208.0 +- chore - fix GH workflows + ## 0.207.0 - chore - prep for publish - p2 - replace poetry with uv diff --git a/pyproject.toml b/pyproject.toml index f9fb19a7..70a29935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cucu" -version = "0.207.0" +version = "0.208.0" description = "Easy BDD web testing" readme = "README.md" license = { text = "The Clear BSD License" }