Second version bump.

This commit is contained in:
Buster Neece 2023-06-05 06:23:12 -05:00
parent d6e7f3fa9f
commit 437ca77ead
No known key found for this signature in database
3 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,17 @@
These changes have not yet been incorporated into a stable release, but if you are on the latest version of the rolling
release channel, you can take advantage of these new features and fixes.
---
# AzuraCast 0.18.3 (Jun 5, 2023)
This release solely exists to bump the version of AzuraCast up to 0.18.3, which was erroneously listed as the stable
release where the bug reports in 0.18.2 were fixed.
---
# AzuraCast 0.18.2 (Jun 5, 2023)
## New Features/Changes
## Code Quality/Technical Changes

View File

@ -17,7 +17,7 @@ use Symfony\Component\Process\Process;
final class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.18.2';
public const FALLBACK_VERSION = '0.18.3';
public const UPDATE_URL = 'https://docs.azuracast.com/en/getting-started/updates';
public const CHANGELOG_URL = 'https://github.com/AzuraCast/AzuraCast/blob/main/CHANGELOG.md';

View File

@ -5,7 +5,7 @@ info:
license:
name: 'Apache 2.0'
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
version: 0.18.2
version: 0.18.3
servers:
-
url: 'https://demo.azuracast.com/api'