diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e6b30b..a44ce839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 1.0.0 (2022-08-06) + ### New Features * Add `ruby-3.1` in CI diff --git a/Gemfile.lock b/Gemfile.lock index fccad12b..90a87804 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onlyoffice_s3_wrapper (0.6.0) + onlyoffice_s3_wrapper (1.0.0) aws-sdk-s3 (~> 1) onlyoffice_file_helper (< 2) diff --git a/lib/onlyoffice_s3_wrapper/version.rb b/lib/onlyoffice_s3_wrapper/version.rb index 31abeb4e..25b64ea7 100644 --- a/lib/onlyoffice_s3_wrapper/version.rb +++ b/lib/onlyoffice_s3_wrapper/version.rb @@ -2,5 +2,5 @@ module OnlyofficeS3Wrapper # [String] Version of gem - VERSION = '0.6.0' + VERSION = '1.0.0' end