We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072facd commit c7bde54Copy full SHA for c7bde54
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v1.0.1 - 2024-01-23
4
+### Fixes
5
+* :bug: fix Fatal error including API version string in a namespaced project (Co-authored-by: superwave1999)
6
+
7
8
## v1.0.0 - 2024-01-08
9
* :tada: First official release!
10
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '1.0.0';
+const VERSION = '1.0.1';
0 commit comments