Commit b1212247 authored by juga's avatar juga
Browse files

Prepare for 2.24.0 release

parent 2877fc1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Changes in version 2.2x.y - 2023-xx-yy
# Changes in version 2.24.0 - 2023-11-23

 * Medium changes

   - Add new header filed dirauth_nickname to the bandwidth file implementation

# Changes in version 2.23.0 - 2023-10-05

+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.23.0-dev" />
  <property name="release.version" value="2.24.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" />