diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd4e093410ea3eda28cb19637cf5c26557e3c8c7..544f2f11d7114e494e2051c8e238d3c727ccf476 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [1.1.1](https://code.castopod.org/adaures/castopod/compare/v1.1.0...v1.1.1) (2022-12-13)
+
+### Bug Fixes
+
+- **op3:** remove scheme when wraping audio URI
+  ([0ad22e4](https://code.castopod.org/adaures/castopod/commit/0ad22e49bc488e96df5a41495f5b242559b64a45))
+- **rss:** add file extension to enclosure url
+  ([964cbba](https://code.castopod.org/adaures/castopod/commit/964cbba54f16556408bf8280c544a52e6be5c9fc))
+
 # [1.1.0](https://code.castopod.org/adaures/castopod/compare/v1.0.5...v1.1.0) (2022-12-09)
 
 ### Bug Fixes
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index f457813f0144f70e5bdef70c2e895ccb07554ee2..537b6b1ff276d527d69c1e7ee7c102f0a5d2a0f5 100644
--- a/app/Config/Constants.php
+++ b/app/Config/Constants.php
@@ -11,7 +11,7 @@ declare(strict_types=1);
  |
  | NOTE: this constant is updated upon release with Continuous Integration.
  */
-defined('CP_VERSION') || define('CP_VERSION', '1.1.0');
+defined('CP_VERSION') || define('CP_VERSION', '1.1.1');
 
 /*
  | --------------------------------------------------------------------
diff --git a/composer.json b/composer.json
index b48e6a25436e598e814e1b58cc9a3c2996d8fffe..4a145ec0ae2e4894befd5ac1f9ebef1c4c6c0136 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod-host",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "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 e84bdde0743094d9e3608015413d464bb1ca4c92..741bfe55dd00397ac062f54fe1a99bf38b898706 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "castopod-host",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "castopod-host",
-      "version": "1.1.0",
+      "version": "1.1.1",
       "license": "AGPL-3.0-or-later",
       "dependencies": {
         "@amcharts/amcharts4": "^4.10.29",
diff --git a/package.json b/package.json
index c29f207bbf2c08e66e9a70aca606c427cb3591bf..3581ddd2a87a4468a02c93a3831d3c6bd2db342d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod-host",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Castopod Host 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",