diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecd975..6c752a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `php-open-graph` will be documented in this file +## 0.2.2 - 2020-06-09 + +- fix `\Astrotomic\OpenGraph\StructuredProperties\Audio` prefix +- fix `\Astrotomic\OpenGraph\StructuredProperties\Video` prefix +- add missing `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage::creator()` +- accept stringable objects as image/video/audio + ## 0.2.1 - 2020-06-09 - fix "Argument 1 passed to when() must be of the type bool, null given" exception