Skip to content

Commit c68ad44

Browse files
authored
🔖 Version 2.0.1 (#146)
1 parent 72ab4b6 commit c68ad44

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v2.0.1 - 2025-09-12
4+
### Fixes
5+
* :bug: int values should be cast to float
6+
* :memo: fix getting started doc entry
7+
8+
39
## v2.0.0 - 2025-09-11
410
### Changes
511
* :sparkles: add support for V2 Mindee API

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 = '2.0.0';
5+
const VERSION = '2.0.1';

0 commit comments

Comments
 (0)