Skip to content

Commit e12a233

Browse files
🔖 version 1.0.0 (#17)
1 parent bce1a5a commit e12a233

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Mindee PHP API Library Changelog
22

3+
## v1.0.0 - 2024-01-08
4+
* :tada: First official release!
5+
6+
37
## v1.0.0-RC2 - 2023-12-19
48
### Changes
59
* :memo: fix typos in README.md documentation

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
namespace Mindee;
44

5-
const VERSION = '1.0.0-RC2';
5+
const VERSION = '1.0.0';

0 commit comments

Comments
 (0)