Commit 0602b0c8 authored by Hiro's avatar Hiro 🏄
Browse files

Prepare for 2.25.0 release

parent 7c56d0cc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# Changes in version 2.2x.y - 2023-xx-yy
# Changes in version 2.25.0 - 2024-08-28

 * Medium changes
    - Parse hidserv*seen_value and hidserv*cells_value as long
    - Set usesEnhancedDnsLogic default value to true

# Changes in version 2.24.0 - 2023-11-23

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
<project default="usage" name="metrics-lib" basedir="."
         xmlns:ivy="antlib:org.apache.ivy.ant">

  <property name="release.version" value="2.25.0-dev" />
  <property name="release.version" value="2.25.0" />
  <property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
  <property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/** **/onionperf/**" />
  <property name="implementation-title" value="Tor Metrics Library" />