diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 7deae33..59565e8 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b73d9bf..d90865e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/nuvlaedge/validation/compare/1.6.0...1.6.1) (2025-02-14) + + +### Bug Fixes + +* **Docker:** Fixed docker cleanup scripts ([ba3be07](https://github.com/nuvlaedge/validation/commit/ba3be07661a09dd6ec5faca8b02d200b424ace9d)) + ## [1.6.0](https://github.com/nuvlaedge/validation/compare/1.5.4...1.6.0) (2025-02-13) diff --git a/pyproject.toml b/pyproject.toml index 22acfe9..79ea255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "validation" -version = "1.6.0" +version = "1.6.1" description = "" authors = ["Nacho "] packages = [{include = "validation_framework"}]