diff --git a/CHANGELOG.md b/CHANGELOG.md index ee887a3..cb4d470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v2.0.0-rc.8] - 2026-09-15 +## [v2.0.0-rc.8] - 2026-09-16 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 24a5760..177da5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cldk" -version = "2.0.0-rc.7" +version = "2.0.0-rc.8" description = "The official Python SDK for Codellm-Devkit." readme = "README.md" license = { text = "Apache-2.0" }