Skip to content

Commit

Permalink
🔖 version 1.7.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored May 28, 2024
1 parent 77cd589 commit 253b1b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Mindee PHP API Library Changelog

# v1.7.0 - 2024-05-28
### Changes
* :sparkles: add support for boolean fields
* :sparkles: add support for US Mail V2
* :sparkles: add support for local responses & webhooks
* :sparkles: add support for HMAC validation

### Fixes
* :bug: fix base64 encoded files not being sent properly
* :recycle: loosen symfony/console version to prevent incompatibilities (Co-authored-by: psihius)


# v1.6.0 - 2024-05-22
### Changes
* :sparkles: add Command Line Utility
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.6.0';
const VERSION = '1.7.0';

0 comments on commit 253b1b4

Please sign in to comment.