Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duck7000 committed Dec 23, 2024
1 parent 16ab87b commit a086ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History for musicBrainzPHP
====================

V1.2.2 (23-12-2024)
* Changed filenames of API and CoverArt to be PSR4 compliant
* Added missing use loggerInterface in Title, Artist and Cover class

V1.2.1 (22-12-2024)
* Title class fetchData() Fixed bug annotation not been fetched
* Title class fetchData() Fixed bug rounding errors on total play length, now it properly rounds to the correct value (in seconds)
Expand Down
2 changes: 1 addition & 1 deletion src/Music/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class MdbBase extends Config
{
public $version = '1.2.1';
public $version = '1.2.2';

/**
* @var CacheInterface
Expand Down

0 comments on commit a086ae1

Please sign in to comment.