Skip to content

Commit

Permalink
Release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs committed Feb 5, 2022
1 parent bebad1a commit f1d24bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog
@@ -1,3 +1,11 @@
02/05/2022
- Add full built-in support for DNSSEC based on dnssecjava (#209)
- Make Record classes serializable again (#242)
- Allow SVCB ServiceMode records without params
(#244, @adam-stoler)
- Fix TCPClient receive timeouts
(#218 @nguydavi, #219)

12/05/2021
- 3.4.3 released
- Fix handling of buffers in DNSInput
Expand Down
1 change: 1 addition & 0 deletions README.adoc
Expand Up @@ -17,6 +17,7 @@ It
* is fully thread safe.

== Getting started
Have a look at the basic link:EXAMPLES.md[examples].

=== Config options

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<packaging>bundle</packaging>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</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>HEAD</tag>
<tag>v3.5.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit f1d24bc

Please sign in to comment.