diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ad76f7d..63fac3300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.17.7 (Jan 27, 2023) + +## New Features/Changes + - **Web Updater**: We're rolling out an initial test of our web updater component for Docker installations. Based on [Watchtower](https://containrrr.dev/watchtower/), our updater sits outside our normal Docker image and can handle pulling the latest image for your installation, spinning down the current version and updating to the newer one, all diff --git a/src/Version.php b/src/Version.php index 6be57429b..e2c646d6e 100644 --- a/src/Version.php +++ b/src/Version.php @@ -16,7 +16,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.17.6'; + public const FALLBACK_VERSION = '0.17.7'; 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'; diff --git a/web/static/api/openapi.yml b/web/static/api/openapi.yml index 232651009..a638b95b2 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.17.6 + version: 0.17.7 servers: - url: 'https://demo.azuracast.com/api' @@ -4641,11 +4641,10 @@ components: type: string example: UTC nullable: true - default_album_art_url: - description: 'The station-specific default album artwork URL.' - type: string - example: 'https://example.com/image.jpg' - nullable: true + branding_config: + description: 'An array containing station-specific branding configuration' + type: array + items: { } StationHlsStream: type: object allOf: