Skip to content

Commit

Permalink
Release v0.1.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Jan 24, 2020
1 parent 455f8ab commit 307dc0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Change log

## master (unreleased)

## 0.1.2 (2020-01-24)

* Reformat log while downloading files
* Use `aws-sdk-s3` instead of unified gem
* Files can be uploaded to root of bucket
* Add Rakefile and tasks for releasing gem

## 0.1.1 (2018-02-01)

* Ability to get any field in `get_files_by_prefix`

## 0.1.0 (2017-10-31)

* Initial release of `onlyoffice_s3_wrapper` gem
2 changes: 1 addition & 1 deletion lib/onlyoffice_s3_wrapper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OnlyofficeS3Wrapper
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 307dc0e

Please sign in to comment.