diff --git a/CHANGELOG.md b/CHANGELOG.md index 799b6fb..1eb17a4 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.21.2](https://github.com/Substra/substra-tools/releases/tag/0.21.2) - 2024-03-07 + +### Changed + +- Update dependencies + ## [0.21.1](https://github.com/Substra/substra-tools/releases/tag/0.21.1) - 2024-02-26 ### Changed diff --git a/substratools/__version__.py b/substratools/__version__.py index 76f2458..3964f1e 100644 --- a/substratools/__version__.py +++ b/substratools/__version__.py @@ -1 +1 @@ -__version__ = "0.21.1" +__version__ = "0.21.2"