4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-12 20:26:43 +00:00

Version bump to 0.19.2.

This commit is contained in:
Buster Neece 2023-11-07 10:11:40 -06:00
parent ad58499303
commit 31bb48acc8
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.2 (Nov 7, 2023)
## New Features/Changes
- **Built-in Documentation**: AzuraCast now bundles its own documentation alongside the application itself. By
visiting `/docs`, you can see the documentation as it existed when the version you're using was released. This is
useful if you're on an older version or in an environment without good Internet connectivity.

View File

@ -18,7 +18,7 @@ use Throwable;
final class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.19.1';
public const FALLBACK_VERSION = '0.19.2';
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.1
version: 0.19.2
servers:
-
url: 'https://demo.azuracast.com/api'