Skip to content

Commit

Permalink
bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bskim45 committed Jul 11, 2021
1 parent c04682f commit 76a48e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHAGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.7.0 (2021-07-12)

### Changelog

- upgraded `google_drive` to `3.0.7` use service-specific Google API client (#18, #19).
Now we use `google-apis-drive_v3` and `google-apis-sheets_v4` instead of deprecated monolithic `google-api-client` (see https://googleapis.dev/ruby/google-api-client/latest/index.html).

## v0.6.0 (2021-03-21)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/google_drive/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module GoogleDrive
VERSION = "0.6.0"
VERSION = "0.7.0"
end
end

0 comments on commit 76a48e6

Please sign in to comment.