commit a51b6e49cde838422f44d54881d972f17f28372a Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Sep 19 11:10:49 2019 +0200
Prepare for 1.11.0 release. --- CHANGELOG.md | 7 ++++++- build.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecfb35..f5f9488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changes in version 1.11.0 - 2019-09-19 + + * Medium changes + - Archive bridge pool assignments again. + + # Changes in version 1.10.0 - 2019-09-12
* Medium changes @@ -15,7 +21,6 @@ - Remove Cobertura from the build process. - Archive snowflake statistics. - Update to metrics-lib 2.7.0. - - Archive bridge pool assignments again.
# Changes in version 1.9.1 - 2019-05-29 diff --git a/build.xml b/build.xml index 4bada49..faf44a9 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@
<property name="javadoc-title" value="CollecTor API Documentation"/> <property name="implementation-title" value="CollecTor" /> - <property name="release.version" value="1.10.0-dev" /> + <property name="release.version" value="1.11.0" /> <property name="project-main-class" value="org.torproject.metrics.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.7.0" />
tor-commits@lists.torproject.org