Version bump for bugfix release.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-02-20 22:26:56 -06:00
parent 5c839fd69f
commit 622c468bc9
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
2 changed files with 15 additions and 2 deletions

View File

@ -1,11 +1,24 @@
# Rolling Release Changes
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.
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.
The Rolling Release version has no new changes from the latest Stable release.
---
# AzuraCast 0.15.2 (Feb 20, 2022)
## Bug Fixes
- Incorporated a bug fix version of Liquidsoap 2.0.3 that fixes issues with smart crossfading.
- Fixed a bug where some new installs could not continue due to an older version of Docker Compose being installed.
- Fixed a bug when reinstalling AzuraCast on top of an existing (or previous) installation.
---
# AzuraCast 0.15.1 (Feb 18, 2022)
## New Features/Changes

View File

@ -16,7 +16,7 @@ use Symfony\Component\Process\Process;
class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.15.1';
public const FALLBACK_VERSION = '0.15.2';
// phpcs:disable Generic.Files.LineLength
public const LATEST_COMPOSE_REVISION = 12;