Merge commit 'a58f8370502752045274bbf0c6abd17d9b5ea2e1'

This commit is contained in:
Buster Neece 2023-06-16 13:15:42 -05:00
commit e8b7899873
No known key found for this signature in database
3 changed files with 9 additions and 2 deletions

View File

@ -17,6 +17,13 @@ release channel, you can take advantage of these new features and fixes.
## Bug Fixes
---
# AzuraCast 0.18.5 (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

@ -18,7 +18,7 @@ use Throwable;
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.5';
private string $repoDir;

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.5
servers:
-
url: 'https://demo.azuracast.com/api'