Skip to content

Commit

Permalink
🔖 version 1.1.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jan 30, 2024
1 parent 3652f3f commit 0ed26c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Mindee;

const VERSION = '1.0.1';
const VERSION = '1.1.0';

0 comments on commit 0ed26c7

Please sign in to comment.