Skip to content

Commit f986594

Browse files
SDK regenerated by CI server [ci skip]
1 parent 8abd1f0 commit f986594

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ 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 24.7
17+
18+
- Added support for azw3 (Amazon Kindle Format) documents.
19+
20+
1621
## Enhancements in Version 24.6
1722

1823
- Added the 'TranslateNodeId' method to transalate a node id to a node path.
@@ -337,7 +342,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
337342
To install this package do the following:
338343
update your Gemfile
339344
```ruby
340-
gem 'aspose_words_cloud', '~> 24.6'
345+
gem 'aspose_words_cloud', '~> 24.7'
341346
```
342347
or install directly
343348
```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 = "24.6".freeze
27+
VERSION = "24.7".freeze
2828
end

0 commit comments

Comments
 (0)