Skip to content

Commit

Permalink
🔖 Version 4.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Dec 27, 2024
1 parent 91cee0f commit cddbf47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test-code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test_sample_code:
name: Test Sample Code
name: Test Code Samples
runs-on: ubuntu-latest
strategy:
max-parallel: 2
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Mindee Java API Library Changelog

## v4.24.1 - 2024-12-27
### Fixes
* :bug: fix for large files timing out in async mode


## v4.24.0 - 2024-12-27
### Changes
* :sparkles: add support for us mail v3
Expand Down Expand Up @@ -194,7 +199,6 @@
* :sparkles: add built-in async call polling
* :sparkles: add multi receipts detector v1
* :sparkles: better HTTP error printing

### Fixes
* :bug: fix minor spacing issue when printing lists
* :bug: take line height tolerance into account when evaluating fields
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
<version>4.24.0</version>
<version>4.24.1</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
Expand Down

0 comments on commit cddbf47

Please sign in to comment.