We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3652f3f commit 0ed26c7Copy full SHA for 0ed26c7
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee PHP API Library Changelog
2
3
+## v1.1.0 - 2024-01-30
4
+### Changes
5
+* :arrow_up: update invoices to v4.4
6
+* :sparkles: add support for `raw_value` in string fields
7
+
8
9
## v1.0.1 - 2024-01-23
10
### Fixes
11
* :bug: fix Fatal error including API version string in a namespaced project (Co-authored-by: superwave1999)
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '1.0.1';
+const VERSION = '1.1.0';
0 commit comments