From 15ca915d78e6991f98e4a5cf3949dfbe800ad743 Mon Sep 17 00:00:00 2001 From: Andi Cuko Date: Mon, 15 Jul 2024 12:01:36 +0200 Subject: [PATCH] version and changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5629b752..80b82e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.23] - 2024-07-9 +### Fixed +- fixing noise multiplier of the gaussian dp event which should be independent from the sensitivity. + ## [0.9.22] - 2024-07-9 ### Changed - When translating relations to queries transform all nested CASE expressions into a single CASE diff --git a/Cargo.toml b/Cargo.toml index 57a33357..815ab729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Nicolas Grislain "] name = "qrlew" -version = "0.9.22" +version = "0.9.23" edition = "2021" description = "Sarus Qrlew Engine" documentation = "https://docs.rs/qrlew"