Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs committed May 15, 2022
1 parent 8172ddb commit ff22e0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
05/15/2022
- 3.5.1 released
- Fix validation of TSIG signed responses (#249)
- DS rdata digest validation hexadecimal digits (#252)

02/05/2022
- 3.5.0 released
- Add full built-in support for DNSSEC based on dnssecjava (#209)
- Make Record classes serializable again (#242)
- Allow SVCB ServiceMode records without params
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<packaging>bundle</packaging>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
<name>dnsjava</name>
<description>dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC
types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:https://github.com/dnsjava/dnsjava</connection>
<developerConnection>scm:git:https://github.com/dnsjava/dnsjava</developerConnection>
<url>https://github.com/dnsjava/dnsjava</url>
<tag>v3.5.0</tag>
<tag>v3.5.1</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit ff22e0c

Please sign in to comment.