Skip to content

Commit 438a3cf

Browse files
authored
Merge pull request #35 from aspose-pdf-cloud/develop
update to 22.7.0
2 parents c81730f + 1d92988 commit 438a3cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ These SDKs are now fully supported. If you have any questions, see any bugs or h
99

1010
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
1111

12-
## Enhancements in Version 22.5
12+
## Enhancements in Version 22.7
1313
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1414

15+
## Bugs fixed in Version 22.7
16+
- Text Replace API method changes background of the elements.
17+
1518
## Installation
1619
```
1720
go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v22

api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (c *APIClient) prepareRequest (
176176

177177
// set custom header
178178
headerParams["x-aspose-client"] = "go sdk"
179-
headerParams["x-aspose-client-version"] = "22.5.0"
179+
headerParams["x-aspose-client-version"] = "22.7.0"
180180

181181
// Detect postBody type and post.
182182
if postBody != nil {

0 commit comments

Comments
 (0)