diff --git a/CHANGELOG.md b/CHANGELOG.md index f06e5d90..c641c164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Mindee PHP API Library Changelog +## v1.1.0 - 2024-01-30 +### Changes +* :arrow_up: update invoices to v4.4 +* :sparkles: add support for `raw_value` in string fields + + ## v1.0.1 - 2024-01-23 ### Fixes * :bug: fix Fatal error including API version string in a namespaced project (Co-authored-by: superwave1999) diff --git a/src/version.php b/src/version.php index 0a544de6..d0ed1699 100644 --- a/src/version.php +++ b/src/version.php @@ -2,4 +2,4 @@ namespace Mindee; -const VERSION = '1.0.1'; +const VERSION = '1.1.0';