Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap committed Feb 13, 2018
1 parent 8c66c13 commit 4fba2a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Moved tests to HTTP.rb (#23 by @janko-m)

### Fixed
- `presign` now correctly returns the headers needed for the `PUT` request (#23 by @janko-m)

## 1.0.0 - 2017-12-29

### Added
Expand All @@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- removed support for `multi_delete`, as this feature has been deprecated in Shrine

## 0.2.0 - 2017-06-23

### Changed
- moved batching to `batch_delete`, so it is used for `multi_delete` (#11 by @janko-m)
- updated `google-api-client` to 0.13
Expand Down

0 comments on commit 4fba2a2

Please sign in to comment.