From 0571a075daa98a4bf7079f05364be1b0e103b821 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 7 Dec 2020 20:00:29 +0000
Subject: [PATCH] chore(release): 1.0.0-alpha.27 [skip ci]

# [1.0.0-alpha.27](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2020-12-07)

### Features

* **platforms:** add AntennaPod ([53e9cfd](https://code.podlibre.org/podlibre/castopod/commit/53e9cfd61c794b1539e9d4691d3c4e73c4b7aaa7))
---
 CHANGELOG.md             | 7 +++++++
 app/Config/Constants.php | 2 +-
 composer.json            | 2 +-
 package-lock.json        | 2 +-
 package.json             | 2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 666f69524f..36136a3a37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.27](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2020-12-07)
+
+
+### Features
+
+* **platforms:** add AntennaPod ([53e9cfd](https://code.podlibre.org/podlibre/castopod/commit/53e9cfd61c794b1539e9d4691d3c4e73c4b7aaa7))
+
 # [1.0.0-alpha.26](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2020-11-30)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index ac5fad1e4d..f18ef2d3dc 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.26');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.27');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 4358cc363d..78945417c8 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha26",
+  "version": "1.0.0-alpha27",
   "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 41f38bf8a1..b40a086197 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.26",
+  "version": "1.0.0-alpha.27",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 348f567133..e4b817bd9e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.26",
+  "version": "1.0.0-alpha.27",
   "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",
-- 
GitLab