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'