Skip to content

Commit

Permalink
chore(main): release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 10, 2022
1 parent 9305154 commit a4de30c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-datastore/#history

## [2.9.0](https://github.com/googleapis/python-datastore/compare/v2.8.2...v2.9.0) (2022-10-10)


### Features

* Add datastore aggregation query APIs ([#306](https://github.com/googleapis/python-datastore/issues/306)) ([96d98e5](https://github.com/googleapis/python-datastore/commit/96d98e5204d71dfeb9547052cbdd073292ae4c6a))


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#372](https://github.com/googleapis/python-datastore/issues/372)) ([9305154](https://github.com/googleapis/python-datastore/commit/9305154e8853f9038506c86163dfb4cde36c0d8e))

## [2.8.2](https://github.com/googleapis/python-datastore/compare/v2.8.1...v2.8.2) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datastore/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.8.2"
__version__ = "2.9.0"

0 comments on commit a4de30c

Please sign in to comment.