Version bump to 0.19.5.

This commit is contained in:
Buster Neece 2024-02-20 04:44:29 -06:00
parent 8b2b1eef5e
commit 0b54c7e307
No known key found for this signature in database
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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;

View File

@ -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'