Skip to content

Commit

Permalink
Release v1.8.2 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored Feb 21, 2023
1 parent f24c3ca commit 4be56b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# libddwaf release

### v1.8.2 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
#### Changes
- Use raw pointers instead of shared pointers for rule targets ([#141](https://github.com/DataDog/libddwaf/pull/141))

#### Fixes
- Relax rule override restrictions ([#140](https://github.com/DataDog/libddwaf/pull/140))
- Initialise `ruleset_info` on invalid input ([#142](https://github.com/DataDog/libddwaf/pull/142))

### v1.8.1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
#### Fixes
- Return `NULL` handle when incorrect version or empty rules provided to `ddwaf_init` ([#139](https://github.com/DataDog/libddwaf/pull/139))
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2

0 comments on commit 4be56b6

Please sign in to comment.