diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c881da..4158c86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Beeline Changelog
+## [2.1.0] - 2022-05-04
+
+### Enhancements
+
+- Add meta.span_type to root/subroot spans (#203) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
+
+### Maintenance
+
+- add basic example using DefaultBeeline (#197) | [@JamieDanielson](https://github.com/JamieDanielson)
+- Bump javax.servlet-api from 3.1.0 to 4.0.1 (#114)
+- Bump mockito-core from 4.4.0 to 4.5.1 (#209)
+- Bump rest-assured from 4.4.0 to 5.0.1 (#215)
+- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#214)
+- Bump pmdCoreVersion from 6.41.0 to 6.45.0 (#212)
+- Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#213)
+- Bump maven-jxr-plugin from 3.1.1 to 3.2.0 (#211)
+- Bump maven-javadoc-plugin from 3.3.1 to 3.4.0 (#210)
+- Bump libhoney-java from 1.3.1 to 1.5.0 (#208)
+- Bump slf4j-simple from 1.7.32 to 1.7.36 (#207)
+- Bump maven-jar-plugin from 3.2.0 to 3.2.2 (#206)
+- Bump maven-project-info-reports-plugin from 2.9 to 3.3.0 (#204)
+- Bump assertj-core from 3.21.0 to 3.22.0 (#205)
+- Bump httpclient from 4.5.9 to 4.5.13 (#200)
+- Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#194)
+- Bump httpclient from 4.5.9 to 4.5.13 in /examples (#198)
+- Bump mockito-core from 4.2.0 to 4.4.0 (#195)
+
## [2.0.0] - 2022-03-21
### !!! Breaking Changes !!!
diff --git a/beeline-core/pom.xml b/beeline-core/pom.xml
index 034da22..39c9c57 100644
--- a/beeline-core/pom.xml
+++ b/beeline-core/pom.xml
@@ -7,7 +7,7 @@
io.honeycomb.beeline
beeline-parent
- 2.0.0
+ 2.1.0
Beeline Java (Core)
diff --git a/beeline-spring-boot-sleuth-starter/pom.xml b/beeline-spring-boot-sleuth-starter/pom.xml
index fa95454..6ade07b 100644
--- a/beeline-spring-boot-sleuth-starter/pom.xml
+++ b/beeline-spring-boot-sleuth-starter/pom.xml
@@ -7,7 +7,7 @@
io.honeycomb.beeline
beeline-parent
- 2.0.0
+ 2.1.0
Beeline Java (Spring Boot Sleuth Starter)
diff --git a/beeline-spring-boot-starter/pom.xml b/beeline-spring-boot-starter/pom.xml
index bcbc4de..8ff7e6c 100644
--- a/beeline-spring-boot-starter/pom.xml
+++ b/beeline-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
io.honeycomb.beeline
beeline-parent
- 2.0.0
+ 2.1.0
Beeline Java (Spring Boot Starter)
diff --git a/examples/pom.xml b/examples/pom.xml
index e0e62dd..3c57313 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -7,7 +7,7 @@
beeline-parent
io.honeycomb.beeline
- 2.0.0
+ 2.1.0
examples
@@ -21,7 +21,7 @@
io.honeycomb.beeline
beeline-core
- 2.0.0
+ 2.1.0
diff --git a/pom.xml b/pom.xml
index 3adbc7f..ce1559d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
Beeline Java (Parent)
beeline-parent
io.honeycomb.beeline
- 2.0.0
+ 2.1.0
pom
Parent POM for the Honeycomb Beeline for Java