Skip to content

Commit

Permalink
chore(main): release 2.11.1 (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Apr 26, 2023
1 parent 8eb2c88 commit 1587285
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.11.0"
".": "2.11.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


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


### Bug Fixes

* Expose Count, FieldFilter, Or, and And to firestore module ([#706](https://github.com/googleapis/python-firestore/issues/706)) ([8eb2c88](https://github.com/googleapis/python-firestore/commit/8eb2c88d01eaa8a77c2f5fb242bd3e506870f8e1))

## [2.11.0](https://github.com/googleapis/python-firestore/compare/v2.10.1...v2.11.0) (2023-04-03)


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

0 comments on commit 1587285

Please sign in to comment.