Prepare for 2.10.0 release.

This commit is contained in:
Karsten Loesing 2020-01-15 22:09:27 +01:00
parent 0db8a5787c
commit abcbd7c7a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Changes in version 2.10.0 - 2019-1?-??
# Changes in version 2.10.0 - 2020-01-15
* Medium changes
- Parse three newly added lines in snowflake statistics files.

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.9.1-dev" />
<property name="release.version" value="2.10.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" />