From 0ff66fe792db65c7703621f7b7b73dd3e4e865f4 Mon Sep 17 00:00:00 2001 From: Anil Mahtani <929854+Anilm3@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:30:35 +0100 Subject: [PATCH] Release 1.12.0 --- CHANGELOG.md | 13 +++++++++++++ version | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 106009d79..399f398f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # libddwaf release +### v1.12.0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) +#### Changes +- Per-input transformers support on exclusion filter conditions ([#177](https://github.com/DataDog/libddwaf/pull/177)) +- Read-only transformers ([#178](https://github.com/DataDog/libddwaf/pull/178))([#185](https://github.com/DataDog/libddwaf/pull/185))([#190](https://github.com/DataDog/libddwaf/pull/190)) +- Rule filter bypass / monitor mode support ([#184](https://github.com/DataDog/libddwaf/pull/184))([#188](https://github.com/DataDog/libddwaf/pull/188)) + +#### Miscellaneous +- Object schemas ([#174](https://github.com/DataDog/libddwaf/pull/174)) +- Simple IP Match Benchmark ([#176](https://github.com/DataDog/libddwaf/pull/176)) +- Remove Manifest ([#179](https://github.com/DataDog/libddwaf/pull/179)) +- Reduce build parallelism ([#183](https://github.com/DataDog/libddwaf/pull/183)) +- Change standard to C++20 ([#186](https://github.com/DataDog/libddwaf/pull/186)) + ### v1.11.0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) #### API & Breaking Changes - Full ruleset parsing diagnostics ([#161](https://github.com/DataDog/libddwaf/pull/161)) diff --git a/version b/version index 169f19b49..32bd932f3 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.11.0 \ No newline at end of file +1.12.0 \ No newline at end of file