Skip to content

Commit 0ed26c7

Browse files
🔖 version 1.1.0 (#22)
1 parent 3652f3f commit 0ed26c7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Mindee PHP API Library Changelog
22

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+
39
## v1.0.1 - 2024-01-23
410
### Fixes
511
* :bug: fix Fatal error including API version string in a namespaced project (Co-authored-by: superwave1999)

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
namespace Mindee;
44

5-
const VERSION = '1.0.1';
5+
const VERSION = '1.1.0';

0 commit comments

Comments
 (0)