File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 ()) {
You can’t perform that action at this time.
0 commit comments