diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ff4b332cf..c3cf55be6 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,65 @@
+
+ Apache Commons Statistics
+ Version 1.1
+ Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.1 version of Apache Commons Statistics.
+
+The Apache Commons Statistics project provides tools for statistics.
+
+Adds ranking, inference, descriptive and bom modules.
+
+Contains the following modules:
+
+ commons-statistics-descriptive
+ commons-statistics-distribution
+ commons-statistics-inference
+ commons-statistics-ranking
+ commons-statistics-bom
+
+Requires Java 8.
+
+Changes in this version include:
+
+New features:
+o STATISTICS-88: "LogUniformDistribution": Add a log uniform distribution.
+o STATISTICS-87: "FoldedNormalDistribution": Add a folded normal distribution implementation with
+ specialized support for a half-normal distribution.
+o STATISTICS-85: Add a quantile and median implementation.
+o STATISTICS-81: Add descriptive statistics for integer types. These allow improved accuracy and
+ performance for int and long data using an array or streams over using the
+ equivalent double implementation via primitive conversion.
+o STATISTICS-71: Add commons-statistics-descriptive module for implementations of univariate
+ statistics. Contains base interfaces for statistics and implementations for
+ individual statistics (e.g. Min, Max, Sum, Mean, Variance) and combinations of
+ statistics. Thanks to Anirudh Joshi, Alex Herbert.
+o STATISTICS-69: "UncoditionedExactTest": Add an unconditioned exact test for 2x2 contingency
+ tables.
+o STATISTICS-70: "HypergeometricDistribution": Improve the summation used for the cumulative
+ probability functions.
+o STATISTICS-66: Add a Bill of Materials (BOM) to aid in dependency management when referencing
+ multiple Apache Commons Statistics artifacts. The BOM should be used to ensure
+ all imported artifacts are compatible.
+o STATISTICS-64: "FisherExactTest": Add Fisher's exact test for 2x2 contingency tables.
+o STATISTICS-62: Add a commons-statistics-inference module for hypothesis testing. This ports and
+ updates functionality in org.apache.commons.math4.stat.inference including new
+ support for one-sided hypothesis testing.
+o STATISTICS-63: Add a commons-statistics-ranking module for rank transformations. This ports and
+ updates functionality in org.apache.commons.math4.stat.ranking.
+
+Historical list of changes: https://commons.apache.org/proper/commons-statistics/changes-report.html
+
+For complete information on Apache Commons Statistics, including instructions on how to submit bug
+reports, patches, or suggestions for improvement, see the Apache Commons Statistics website:
+
+https://commons.apache.org/proper/commons-statistics/
+
+Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi
+
+=============================================================================
Apache Commons Statistics
Version 1.0
Release Notes
@@ -27,6 +89,3 @@ reports, patches, or suggestions for improvement, see the Apache Commons Statist
https://commons.apache.org/proper/commons-statistics/
Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi
-
-Have fun!
--Apache Commons Team
diff --git a/commons-statistics-bom/pom.xml b/commons-statistics-bom/pom.xml
index a5ba6f010..8ac8e3f41 100644
--- a/commons-statistics-bom/pom.xml
+++ b/commons-statistics-bom/pom.xml
@@ -21,7 +21,7 @@
org.apache.commons
commons-statistics-parent
- 1.1-SNAPSHOT
+ 1.1
commons-statistics-bom
diff --git a/commons-statistics-bom/src/site/xdoc/index.xml b/commons-statistics-bom/src/site/xdoc/index.xml
index bead1723f..e73b9d8a6 100644
--- a/commons-statistics-bom/src/site/xdoc/index.xml
+++ b/commons-statistics-bom/src/site/xdoc/index.xml
@@ -46,7 +46,7 @@
org.apache.commons
commons-statistics-bom
- 1.0
+ 1.1
pom
import
diff --git a/commons-statistics-descriptive/pom.xml b/commons-statistics-descriptive/pom.xml
index f35601521..c3a7486dc 100644
--- a/commons-statistics-descriptive/pom.xml
+++ b/commons-statistics-descriptive/pom.xml
@@ -23,7 +23,7 @@
org.apache.commons
commons-statistics-parent
- 1.1-SNAPSHOT
+ 1.1
commons-statistics-descriptive
@@ -78,7 +78,7 @@
org.apache.commons
commons-statistics-distribution
- 1.1-SNAPSHOT
+ 1.1
test-jar
test
diff --git a/commons-statistics-descriptive/src/site/site.xml b/commons-statistics-descriptive/src/site/site.xml
index 749cf13e7..5ada8c16b 100644
--- a/commons-statistics-descriptive/src/site/site.xml
+++ b/commons-statistics-descriptive/src/site/site.xml
@@ -28,10 +28,8 @@
-