File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
sdk/formrecognizer/azure-ai-formrecognizer Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ com.azure:azure-sdk-all;1.0.0;1.0.0
3737com.azure:azure-sdk-parent;1.6.0;1.6.0
3838com.azure:azure-client-sdk-parent;1.7.0;1.7.0
3939com.azure:azure-ai-anomalydetector;3.0.0-beta.1;3.0.0-beta.2
40- com.azure:azure-ai-formrecognizer;3.0.2 ;3.1.0-beta.1
40+ com.azure:azure-ai-formrecognizer;3.0.3 ;3.1.0-beta.1
4141com.azure:azure-ai-metricsadvisor;1.0.0-beta.2;1.0.0-beta.3
4242com.azure:azure-ai-textanalytics;5.0.0;5.1.0-beta.3
4343com.azure:azure-communication-chat;1.0.0-beta.2;1.0.0-beta.3
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ and `FormTableCell` will also be populated with any selection marks found on the
1919### Breaking changes
2020- Defaults to the latest supported API version, which currently is ` 2.1-preview.1 ` .
2121
22+ ## 3.0.3 (2020-11-10)
23+ ### Dependency updates
24+ - Update dependency version, ` azure-core ` , ` azure-core-http-netty ` and ` azure-identity ` .
25+
2226## 3.0.2 (2020-10-06)
2327### Dependency updates
2428- Update dependency version, ` azure-core ` to 1.9.0 and ` azure-core-http-netty ` to 1.6.2.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ from form documents. It includes the following main functionalities:
2323<dependency >
2424 <groupId >com.azure</groupId >
2525 <artifactId >azure-ai-formrecognizer</artifactId >
26- <version >3.0.2 </version >
26+ <version >3.1.0-beta.1 </version >
2727</dependency >
2828```
2929[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments