Skip to content

Commit

Permalink
chore(main): release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 18, 2023
1 parent 2ea6774 commit c2f548b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.1"
".": "2.12.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## [2.12.0](https://github.com/googleapis/python-firestore/compare/v2.11.1...v2.12.0) (2023-05-18)


### Features

* Add bloom filter related proto fields ([#710](https://github.com/googleapis/python-firestore/issues/710)) ([26ac1cf](https://github.com/googleapis/python-firestore/commit/26ac1cfd7450866e6f567169c4662410a4d11e5b))


### Documentation

* Minor formatting and grammar ([eb4fe8e](https://github.com/googleapis/python-firestore/commit/eb4fe8e5a13681ca1ae0909e941b9c28d216b887))

## [2.11.1](https://github.com/googleapis/python-firestore/compare/v2.11.0...v2.11.1) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/firestore/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_admin_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_bundle/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}

0 comments on commit c2f548b

Please sign in to comment.