Skip to content

Commit

Permalink
release-1.6.2 (#164)
Browse files Browse the repository at this point in the history
* update changelog

* bump package version
  • Loading branch information
mtrezza authored Jun 4, 2021
1 parent e18d563 commit 9ea8601
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## Unreleased (Master Branch)
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.1...master)
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.2...master)
### Breaking Changes
none
### Notable Changes
Expand All @@ -10,6 +10,16 @@ none
none
___

## 1.6.2
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.1...1.6.2)
### Breaking Changes
none
### Notable Changes
none
### Other Changes
- Upgrade to AWS SDK 2.905.0 (Antonio Davi Macedo Coelho de Castro) [#163](https://github.com/parse-community/parse-server-s3-adapter/pull/163)
___

## 1.6.1
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.0...1.6.1)
### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parse/s3-files-adapter",
"version": "1.6.1",
"version": "1.6.2",
"description": "AWS S3 adapter for parse-server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9ea8601

Please sign in to comment.