diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c41916..f9f6381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Documentation étendue dans `docs/` (architecture, guides, API JSON) - Tests renforcés: conflit de clé et suppression des expirés +## 0.2.2 +- Endpoint `/health` ajouté et testé +- Spec JSON/API et docs monitoring mises à jour +- CI Docker: tagging multi-tags (`latest` et `vX.Y.Z` sur tag) +- Version et déploiements alignés + ## 0.1.0 - Refactor vers `src/lib.rs` et service `StorageService` - Ajout `docs/` (README) et `tests/` (test intégration service) diff --git a/Cargo.toml b/Cargo.toml index cc45d1c..12cfdae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdk_storage" -version = "0.1.0" +version = "0.2.2" edition = "2021" [dependencies]