diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61a2d4f1..950344de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+## 0.2.0 (2021-06-08)
+
+
+#### Features
+
+* Remove useless metric tags (#142) ([6ea90cde](https://github.com/mozilla-services/contile/commit/6ea90cde13049a3f32f871f3f9028d546e6b7945), closes [#136](https://github.com/mozilla-services/contile/issues/136))
+* add timeout for calls to ADM service (#140) ([4837bb51](https://github.com/mozilla-services/contile/commit/4837bb514d98acf8b294cffb28a93452228a89c3), closes [#139](https://github.com/mozilla-services/contile/issues/139))
+* add more metrics (#130) ([786fe729](https://github.com/mozilla-services/contile/commit/786fe729fecf2d1e1d9d72b1d719270831dc3134), closes [#120](https://github.com/mozilla-services/contile/issues/120))
+
+#### Chore
+
+* tag 0.1.4 (#141) ([bc897fe4](https://github.com/mozilla-services/contile/commit/bc897fe4b5270565bc6d6580c058c287373ce40f))
+
+
+
## 0.1.4 (2021-06-07)
diff --git a/Cargo.lock b/Cargo.lock
index ec81f1ee..81b76986 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -559,7 +559,7 @@ checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
[[package]]
name = "contile"
-version = "0.1.4"
+version = "0.2.0"
dependencies = [
"actix-cors",
"actix-http",
diff --git a/Cargo.toml b/Cargo.toml
index 80ba081f..29750539 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "contile"
-version = "0.1.4"
+version = "0.2.0"
authors = [
"Philip Jenvey ",
"jrconlin ",