We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce1a5a commit e12a233Copy full SHA for e12a233
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Mindee PHP API Library Changelog
2
3
+## v1.0.0 - 2024-01-08
4
+* :tada: First official release!
5
+
6
7
## v1.0.0-RC2 - 2023-12-19
8
### Changes
9
* :memo: fix typos in README.md documentation
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '1.0.0-RC2';
+const VERSION = '1.0.0';
0 commit comments