Skip to content

Commit

Permalink
Add a missing release note.
Browse files Browse the repository at this point in the history
Added a release note that indicates that the Jackson dependency was
upgraded.
  • Loading branch information
kqarryzada committed Sep 6, 2024
1 parent a78cbf2 commit 93ef8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
Fixed an issue where `AndFilter.equals()` and `OrFilter.equals()` could incorrectly evaluate to
true.

Updated Jackson dependencies to 2.17.2.

## v3.1.0 - 2024-Jun-25
Updated all classes within the UnboundID SCIM 2 SDK to utilize `@Nullable` and `@NotNull`
annotations for all non-primitive input parameters, member variables, and return values. These
Expand Down

0 comments on commit 93ef8f5

Please sign in to comment.