Version bump!

This commit is contained in:
Buster Neece 2022-10-24 01:54:28 -05:00
parent 4dd862594b
commit d966d8ac56
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
3 changed files with 16 additions and 3 deletions

View File

@ -7,6 +7,14 @@ release channel, you can take advantage of these new features and fixes.
## Code Quality/Technical Changes
## Bug Fixes
---
# AzuraCast 0.17.4 (Oct 24, 2022)
## Code Quality/Technical Changes
- **Smarter database migrations:** A common source of problems with AzuraCast upgrades is experiencing a faulty or
interrupted database migration, leaving your database in a state that we can't automatically recover from. While we
can't wrap database changes in transactions due to our use of MariaDB, we can do the next best thing, which is to take

View File

@ -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.3';
public const FALLBACK_VERSION = '0.17.4';
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.17.3
version: 0.17.4
servers:
-
url: 'https://demo.azuracast.com/api'
@ -3343,7 +3343,8 @@ components:
mounts:
description: '*/'
type: array
items: { }
items:
$ref: '#/components/schemas/Api_NowPlaying_StationMount'
type: object
Api_Admin_StorageLocation:
properties:
@ -3483,6 +3484,10 @@ components:
description: "The sum total change of listeners between the song's start and ending."
type: integer
example: 11
is_visible:
description: 'Whether the entry is visible on public playlists.'
type: boolean
example: true
Api_Error:
properties:
code: