Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Sep 1, 2024
1 parent 56dc9e6 commit ce6bef2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History for imdbGraphQLPHP
====================

v1.4.2
-------------------
* Fixed old name of this project in changelog
* Added new class chart (all info is in wiki)
* Title class added subGenre to genre method
* Added ID to exception (if anything goes wrong it now displays ID)
* Made subGenre upper class words just like mainGenre

v1.4.1
-------------------
* Title class added new method featuredReviews
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class MdbBase extends Config
{
public $version = '1.4.1';
public $version = '1.4.2';

/**
* @var CacheInterface
Expand Down

0 comments on commit ce6bef2

Please sign in to comment.