Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Aug 11, 2024
1 parent e5ee9ca commit b978a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,10 @@ They depend on several other libraries so I suggest you are going for the Maven

# News and noteworthy

* v9.5.1 - work in progress
* v9.5.1 - 2024-08-11
* Make sure that wildcard lookups including a "*" in the Customization ID will always fail
* Added additional `SMPClientReadOnly.getWildcardServiceMetadataOrNull` overload
* Extended `ISMPServiceMetadataProvider` and `ISMPServiceGroupProvider` interfaces
* v9.5.0 - 2024-07-29
* Updated to dnsjava 3.6 fixing CVE-2024-25638
* Added new submodule `dbnalliance-xhe`. See [#53](https://github.com/phax/peppol-commons/pull/53) - thx @robinsongarciax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public interface ISMPServiceGroupProvider
* @throws SMPClientException
* in case something goes wrong
* @see #getServiceGroupOrNull(IParticipantIdentifier)
* @since 9.5.1 in this interface
*/
@Nonnull
ServiceGroupType getServiceGroup (@Nonnull IParticipantIdentifier aServiceGroupID) throws SMPClientException;
Expand Down

0 comments on commit b978a37

Please sign in to comment.