diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 8e385ff..65581c6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,14 @@ History for imdbGraphQLPHP ==================== +v2.0.1 +------------------- +* Title class plot added parameter $spoil (boolean) Default: false (not include spoilers) +* Title class cast() changed name_alias to alias as i don't use snake case anywhere else +* Title class connection fixed bug name and id not checked +* Title class helper titleYear() fixed bug name and originalName not checked + + v2.0.0 ------------------- * Name class new methods added diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index a1dab46..1d34bc4 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -22,7 +22,7 @@ */ class MdbBase extends Config { - public $version = '2.0.0'; + public $version = '2.0.1'; /** * @var CacheInterface