Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duck7000 committed Sep 3, 2024
1 parent f57ce88 commit a2212fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@

History for musicBrainzPHP
====================

V1.1.1 (03-09-2024)
* Changed cover art urls from http to https to avoid browser issues
* TitleSearchAdvanced added more types in config
* Cover art methods are moved to there own class and removed from Title class
* Added Artist class and removed fetchArtistBio from Title class as it is now in Artist class
* TitleSearchAdvanced Changed api call from fetchReleaseGroupsVarious()
* Artist class fetchArtistBio() added area name and id
* Artist class fetchArtistBio() added aliasses

V1.1.0 (27-07-2024)
* Added option all to TitleSearch
* Added new method fetchArtistBio() this fetches artist info
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.1.0';
public $version = '1.1.1';

/**
* @var CacheInterface
Expand Down

0 comments on commit a2212fc

Please sign in to comment.