diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af6dd8b..18550d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.3" + ".": "2.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 936865b..2414f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.4](https://github.com/IFCA-Advanced-Computing/trasgoDP/compare/v2.0.3...v2.0.4) (2026-08-06) + + +### Documentation + +* add example (map por the trip_data.csv first 100 rows privatized) ([c587cda](https://github.com/IFCA-Advanced-Computing/trasgoDP/commit/c587cda9d19afff671c906a707864807ea9f3f44)) +* update examples ([d408b6a](https://github.com/IFCA-Advanced-Computing/trasgoDP/commit/d408b6a428ae4b2c3476e3c027a6bde71346488a)) +* update examples ([2e9f0b8](https://github.com/IFCA-Advanced-Computing/trasgoDP/commit/2e9f0b88593b58630f872a0d1d8e5f6ac8c50268)) + ## [2.0.3](https://github.com/IFCA-Advanced-Computing/trasgoDP/compare/v2.0.2...v2.0.3) (2026-07-20) diff --git a/pyproject.toml b/pyproject.toml index e702e66..a38e496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trasgoDP" -version = "2.0.3" +version = "2.0.4" description = "Local differential privacy mechanisms" authors = [ "Judith Sáinz-Pardo Díaz ",