diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9732f75a94..2c7a81d02c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.2.15] - 2022-05-13
+
+### 🚀 New Features and Enhancements
+
+- Use contributed colors for some webview colors [#1697](https://github.com/iterative/vscode-dvc/pull/1697) by [@rogermparent](https://github.com/rogermparent)
+
+### 🐛 Bug Fixes
+
+- Do not reset deferred property when consumers are still waiting [#1695](https://github.com/iterative/vscode-dvc/pull/1695) by [@mattseddon](https://github.com/mattseddon)
+- Add placeholder when image is missing from comparison table data [#1699](https://github.com/iterative/vscode-dvc/pull/1699) by [@mattseddon](https://github.com/mattseddon)
+
+### 🔨 Maintenance
+
+- Move init command from tracked tree into the extension [#1696](https://github.com/iterative/vscode-dvc/pull/1696) by [@mattseddon](https://github.com/mattseddon)
+- Add create release pr workflow [#1685](https://github.com/iterative/vscode-dvc/pull/1685) by [@mattseddon](https://github.com/mattseddon)
+
 ## [0.2.14] - 2022-05-12
 
 ### Initial Release
diff --git a/extension/package.json b/extension/package.json
index 67ebc70e69..60bb33d164 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -9,7 +9,7 @@
   "extensionDependencies": [
     "vscode.git"
   ],
-  "version": "0.2.14",
+  "version": "0.2.15",
   "license": "Apache-2.0",
   "readme": "./README.md",
   "repository": {