Version bump to include accounts fix.

This commit is contained in:
Buster Neece 2023-06-16 12:08:15 -05:00
parent 467ffb33a3
commit 1ec64e228b
No known key found for this signature in database
3 changed files with 15 additions and 2 deletions

View File

@ -3,6 +3,19 @@
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.
## New Features/Changes
## Code Quality/Technical Changes
## Bug Fixes
---
# AzuraCast 0.18.4 (Jun 16, 2023)
This release backports a bug fix from the current Rolling Release version so that users can take advantage of it
immediately:
- A bug preventing administrators from properly setting passwords for users via the Administer Users panel has been
fixed.

View File

@ -17,7 +17,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.18.3';
public const FALLBACK_VERSION = '0.18.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.18.3
version: 0.18.4
servers:
-
url: 'https://demo.azuracast.com/api'