diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1539d27af1f44b4aa82c4669c98852fbc6f8816f..f5e368f6eaf71da7355dfa9987ead569198cf462 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.38](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2021-02-27)
+
+
+### Features
+
+* **embeddable-player:**  add embeddable player widget ([141788f](https://code.podlibre.org/podlibre/castopod/commit/141788fa089f9dedc8956c64ca515a4a4625f904))
+
 # [1.0.0-alpha.37](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2021-02-17)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index af787eabe7cd34c149d13aa459964c61b1f21809..9a0f086b5296830601b6d3fa5154250492e37b24 100644
--- a/app/Config/Constants.php
+++ b/app/Config/Constants.php
@@ -7,7 +7,7 @@
 //
 // NOTE: this constant is updated upon release with Continuous Integration.
 //
-defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.37');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.38');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index e840f7d1bece2d44667bc3bdf3767feabe6efe1a..e69480d9f1a3cd04e5ed97c252c302a401b2220d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha37",
+  "version": "1.0.0-alpha38",
   "type": "project",
   "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
   "homepage": "https://castopod.org",
diff --git a/package-lock.json b/package-lock.json
index 9aa3a3c47de9c4eb3821b022cd7af56313eb2b4e..fc3a11bebfb2ddffcaf2970eb38b31ace15de96f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.37",
+  "version": "1.0.0-alpha.38",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 6dce86dba9e9e35826314e06d2dbd3797f715587..f904035504f255685b5dde482322e9a38d2dddce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.37",
+  "version": "1.0.0-alpha.38",
   "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
   "private": true,
   "license": "AGPL-3.0-or-later",