Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Mar 14, 2023
1 parent 1cfb8ff commit 7d4b65f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History for IMDBPHP
====================

v8.1.0 (14.03.2023)
-------------------

+ Add Psr/Log v2 to allowed versions in composer.json
! Fix Title::aspect_ratio no longer returning anything

v8.0.2 (21.02.2023)
-------------------
! Improved the documentation of Title::alsoknow()
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 = '8.0.2';
public $version = '8.1.0';

protected $months = array(
"January" => "01",
Expand Down

0 comments on commit 7d4b65f

Please sign in to comment.