From ce6bef2d6ce619dcb7637771b6b83868b09915e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cduck7000=E2=80=9D?= <“ed@riethorst.net”> Date: Sun, 1 Sep 2024 16:24:00 +0200 Subject: [PATCH] Version bump --- doc/CHANGELOG | 8 ++++++++ src/Imdb/MdbBase.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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