Version bump to 0.19.7.

This commit is contained in:
Buster Neece 2024-05-06 17:37:37 -05:00
parent abd91e9239
commit 40d99ed212
No known key found for this signature in database
3 changed files with 10 additions and 2 deletions

View File

@ -11,6 +11,14 @@ release channel, you can take advantage of these new features and fixes.
---
# AzuraCast 0.19.7 (May 6, 2024)
## Bug Fixes
- This release is solely a bug fix release to incorporate updates to PHP dependencies that resolve critical bugs.
---
# AzuraCast 0.19.6 (May 5, 2024)
## New Features/Changes

View File

@ -26,7 +26,7 @@ use Throwable;
final class Version
{
/** @var string The current latest stable version. */
public const STABLE_VERSION = '0.19.6';
public const STABLE_VERSION = '0.19.7';
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.6
version: 0.19.7
servers:
-
url: 'https://demo.azuracast.com/api'