diff --git a/CHANGELOG.md b/CHANGELOG.md index 128f8998..fda96094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.14.0 (2026-01-23) + +- feat: add Lithuanian and Czech languages + ([9582f2a](https://code.castopod.org/adaures/castopod/commit/9582f2a)) + ## 1.13.8 (2025-12-20) - chore: update CI4 to v4.6.4 + php and js packages to latest diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 4f9657e7..44e4f49f 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.13.8'); +defined('CP_VERSION') || define('CP_VERSION', '1.14.0'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 755f116d..27ba71e7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.13.8", + "version": "1.14.0", "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.json b/package.json index 7fdb21cf..862e241d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.13.8", + "version": "1.14.0", "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",