diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d2d63e6..ffcc3ab72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Version.php b/src/Version.php index 78d35d5f5..8621ee410 100644 --- a/src/Version.php +++ b/src/Version.php @@ -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; diff --git a/web/static/api/openapi.yml b/web/static/api/openapi.yml index 727f72e21..42a479c3a 100644 --- a/web/static/api/openapi.yml +++ b/web/static/api/openapi.yml @@ -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'