Skip to content

Commit

Permalink
Release google-cloud-firestore 2.2.0 (#7667)
Browse files Browse the repository at this point in the history
#### Features

* quota_project can be set via library configuration ([#7630](https://www.github.com/googleapis/google-cloud-ruby/issues/7630))

#### Documentation

* Add snapshot query cursor sample ([#7601](https://www.github.com/googleapis/google-cloud-ruby/issues/7601))
  • Loading branch information
yoshi-automation committed Sep 17, 2020
1 parent 25fa1d2 commit 3e48381
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions google-cloud-firestore/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

### 2.2.0 / 2020-09-17

#### Features

* quota_project can be set via library configuration ([#7630](https://www.github.com/googleapis/google-cloud-ruby/issues/7630))

#### Documentation

* Add snapshot query cursor sample ([#7601](https://www.github.com/googleapis/google-cloud-ruby/issues/7601))

### 2.1.0 / 2020-09-10

#### Features
Expand Down
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Firestore
VERSION = "2.1.0".freeze
VERSION = "2.2.0".freeze
end
end
end

0 comments on commit 3e48381

Please sign in to comment.