diff --git a/CHANGELOG.md b/CHANGELOG.md index ee39fc6..c17b727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.1a7] - 2025-02-18 + +### Changed + +- Update links in documentation. + ## [0.0.1a6] - 2025-02-14 ### Changed diff --git a/src/cleanlab_codex/__about__.py b/src/cleanlab_codex/__about__.py index 90dac42..259fd7a 100644 --- a/src/cleanlab_codex/__about__.py +++ b/src/cleanlab_codex/__about__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: MIT -__version__ = "0.0.1a6" +__version__ = "0.0.1a7"