diff --git a/CHANGELOG.md b/CHANGELOG.md
index c07c1bc..7488eeb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+# 0.6.0 (2021-09-08)
+
+### Features
+
+* add option to use long description ([#4](https://github.com/brightcove/videojs-schema/issues/4)) ([3be64c2](https://github.com/brightcove/videojs-schema/commit/3be64c2))
+* Add transcript support ([#34](https://github.com/brightcove/videojs-schema/issues/34)) ([61686f0](https://github.com/brightcove/videojs-schema/commit/61686f0))
+* allow static values to be set on object ([#3](https://github.com/brightcove/videojs-schema/issues/3)) ([de7b15b](https://github.com/brightcove/videojs-schema/commit/de7b15b))
+* default to inlcude embedUrl ([#5](https://github.com/brightcove/videojs-schema/issues/5)) ([003339e](https://github.com/brightcove/videojs-schema/commit/003339e))
+* Option to add tags as keywords ([#2](https://github.com/brightcove/videojs-schema/issues/2)) ([36ecb36](https://github.com/brightcove/videojs-schema/commit/36ecb36))
+* Support multilingual metadata ([#31](https://github.com/brightcove/videojs-schema/issues/31)) ([08af9d7](https://github.com/brightcove/videojs-schema/commit/08af9d7))
+* Use video tile for description, if description is empty ([#24](https://github.com/brightcove/videojs-schema/issues/24)) ([869b6fb](https://github.com/brightcove/videojs-schema/commit/869b6fb))
+
+### Chores
+
+* Update generator and to node 14 ([#25](https://github.com/brightcove/videojs-schema/issues/25)) ([d3a5cd2](https://github.com/brightcove/videojs-schema/commit/d3a5cd2))
+
# 0.5.0 (2021-05-24)
diff --git a/package-lock.json b/package-lock.json
index d5e6aa8..893e66c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "videojs-schema",
- "version": "0.5.0",
+ "version": "0.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 0bac074..b103bc7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "videojs-schema",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "Injects JSON-LD metadata into the DOM for SEO",
"main": "cjs/plugin.js",
"module": "es/plugin.js",