Skip to content

Commit 9818e8f

Browse files
SDK regenerated by CI server [ci skip]
1 parent af1570e commit 9818e8f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 22.9
17+
18+
- CompressDocument method now can handle images.
19+
- Added support to convert password protected document using ConvertDocument API.
20+
21+
1622
## Enhancements in Version 22.8
1723

1824
- Added optional loadEncoding and password parameters for ConvertDocument API method.
@@ -224,7 +230,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
224230
To install this package do the following:
225231
update your Gemfile
226232
```ruby
227-
gem 'aspose_words_cloud', '~> 22.8'
233+
gem 'aspose_words_cloud', '~> 22.9'
228234
```
229235
or install directly
230236
```bash

lib/aspose_words_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# ------------------------------------------------------------------------------------
2525

2626
module AsposeWordsCloud
27-
VERSION = "22.8".freeze
27+
VERSION = "22.9".freeze
2828
end

0 commit comments

Comments
 (0)