From 0b54c7e307109903515e64989202381cb5c523db Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Tue, 20 Feb 2024 04:44:29 -0600 Subject: [PATCH] Version bump to 0.19.5. --- CHANGELOG.md | 10 ++++++++++ src/Version.php | 2 +- web/static/openapi.yml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a19911d..d4be98a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ release channel, you can take advantage of these new features and fixes. ## New Features/Changes +## Code Quality/Technical Changes + +## Bug Fixes + +--- + +# AzuraCast 0.19.5 (Feb 20, 2024) + +## New Features/Changes + - **Redesigned Public Podcast Pages**: We've completely overhauled the public-facing podcasts pages to be a single cohesive experience similar to our On-Demand streaming and other public pages. - Podcasts and episodes are searchable, sortable and paginated, and the pages now use our built-in player for diff --git a/src/Version.php b/src/Version.php index bcef40618..dcad4c292 100644 --- a/src/Version.php +++ b/src/Version.php @@ -26,7 +26,7 @@ use Throwable; final class Version { /** @var string The current latest stable version. */ - public const STABLE_VERSION = '0.19.4'; + public const STABLE_VERSION = '0.19.5'; private string $repoDir; diff --git a/web/static/openapi.yml b/web/static/openapi.yml index 7af7dc500..f8695766a 100644 --- a/web/static/openapi.yml +++ b/web/static/openapi.yml @@ -5,7 +5,7 @@ info: license: name: 'Apache 2.0' url: 'https://www.apache.org/licenses/LICENSE-2.0.html' - version: 0.19.4 + version: 0.19.5 servers: - url: 'https://demo.azuracast.com/api'