Prepare for 2.12.0 release.

This commit is contained in:
Karsten Loesing 2020-04-30 16:08:07 +02:00
parent 7eb783968b
commit fcbcdd848a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Changes in version 2.??.? - 2020-??-??
# Changes in version 2.12.0 - 2020-04-30
* Medium changes
- Add parsing support for OnionPerf analysis files by converting

View File

@ -7,7 +7,7 @@
<project default="usage" name="metrics-lib" basedir="."
xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="release.version" value="2.11.0-dev" />
<property name="release.version" value="2.12.0" />
<property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
<property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/**" />
<property name="implementation-title" value="Tor Metrics Library" />