Version bump!

This commit is contained in:
Buster "Silver Eagle" Neece 2022-06-07 02:40:55 -05:00
parent eaafe43617
commit 0bd53a65a3
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
3 changed files with 18 additions and 2 deletions

View File

@ -5,6 +5,22 @@ release channel, you can take advantage of these new features and fixes.
## New Features/Changes
There have been no new features/changes since the last stable release.
## Code Quality/Technical Changes
There have been no code quality/technical changes since the last stable release.
## Bug Fixes
There have been no new bug fixes since the last stable release.
---
# AzuraCast 0.17.0 (Jun 6, 2022)
## New Features/Changes
- **HLS Support**: We now support the HTTP Live Streaming (HLS) format from directly within the AzuraCast web UI. Once
enabled, you can configure the various bitrates and formats of your HLS stream the same way you would configure mount
points; unlike mount points, however, your connecting listeners will automatically pick the one that suits their

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.16.1';
public const FALLBACK_VERSION = '0.17.0';
// phpcs:disable Generic.Files.LineLength
public const LATEST_COMPOSE_REVISION = 12;

View File

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