diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b8bf37cb..5493a9cc 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 7d082a0c..30e6392a 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -22,7 +22,7 @@ */ class MdbBase extends Config { - public $version = '1.4.1'; + public $version = '1.4.2'; /** * @var CacheInterface