Skip to content

Commit 2abe85a

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 2e3345a + ee9e9d3 commit 2abe85a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/w
1717
- Read & write access to Document Object Model.
1818
- Thread safe
1919

20+
## Enhancements in Version 25.8
21+
22+
23+
2024
## Enhancements in Version 25.6
2125

2226
- Added support for SVG images format in Watermark API.

src/api_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ namespace aspose::words::cloud {
168168

169169
::httplib::Headers headers;
170170
headers.emplace("Authorization", m_AccessToken);
171-
headers.emplace("x-aspose-client-version", "25.8");
171+
headers.emplace("x-aspose-client-version", "25.9");
172172
headers.emplace("x-aspose-client", "C++ SDK");
173173

174174
for (auto& pair : httpRequest->getHeaders()) {

0 commit comments

Comments
 (0)