Skip to content

Commit 7db1459

Browse files
authored
Prepare release for Formrecognizer (Azure#44375)
1 parent fa3f0e6 commit 7db1459

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
4040
com.azure:azure-ai-contentsafety;1.0.9;1.1.0-beta.1
4141
com.azure:azure-ai-documentintelligence;1.0.0;1.1.0-beta.1
4242
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
43-
com.azure:azure-ai-formrecognizer;4.1.12;4.2.0-beta.1
43+
com.azure:azure-ai-formrecognizer;4.1.12;4.1.13
4444
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
4545
com.azure:azure-ai-inference;1.0.0-beta.3;1.0.0-beta.4
4646
com.azure:azure-ai-metricsadvisor;1.2.4;1.3.0-beta.1

sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.azure</groupId>
3232
<artifactId>azure-ai-formrecognizer</artifactId>
33-
<version>4.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
33+
<version>4.1.13</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
3434
</dependency>
3535

3636
<dependency>

sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Release History
22

3-
## 4.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 4.1.13 (2025-02-24)
84

95
### Bugs Fixed
6+
- Fixed a bug to set the code currency and symbol for CurrencyValue correctly.
107

118
### Other Changes
129

10+
#### Dependency Updates
11+
12+
- Upgraded `azure-core` from `1.54.0` to version `1.55.2`.
13+
- Upgraded `azure-core-http-netty` from `1.15.6` to version `1.15.10`.
14+
1315
## 4.1.12 (2024-11-08)
1416

1517
### Bugs Fixed

sdk/formrecognizer/azure-ai-formrecognizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
6060
<dependency>
6161
<groupId>com.azure</groupId>
6262
<artifactId>azure-ai-formrecognizer</artifactId>
63-
<version>4.1.12</version>
63+
<version>4.1.13</version>
6464
</dependency>
6565
```
6666
[//]: # ({x-version-update-end})

sdk/formrecognizer/azure-ai-formrecognizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-ai-formrecognizer</artifactId>
16-
<version>4.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
16+
<version>4.1.13</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
1717

1818
<name>Microsoft Azure client library for Document Intelligence</name>
1919
<description>This package contains the Microsoft Azure Cognitive Services Document Intelligence SDK.</description>

0 commit comments

Comments
 (0)