We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c15a37 commit 040d4ccCopy full SHA for 040d4cc
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.7.1 - 2027-03-31
4
+### Fixes
5
+* :bug: fix multiple webhooks not registering correctly
6
+
7
8
## v2.7.0 - 2026-03-19
9
### Changes
10
* :sparkles: add support for new V2 products
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.7.0';
+const VERSION = '2.7.1';
0 commit comments