Skip to content

Commit

Permalink
chore(main): release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 12, 2022
1 parent ffc5f17 commit cf35dab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [2.8.1](https://github.com/googleapis/python-datastore/compare/v2.8.0...v2.8.1) (2022-08-12)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#347](https://github.com/googleapis/python-datastore/issues/347)) ([de13860](https://github.com/googleapis/python-datastore/commit/de13860bface16c59a4085ecf9374c61c176629b))
* **deps:** require proto-plus >= 1.22.0 ([de13860](https://github.com/googleapis/python-datastore/commit/de13860bface16c59a4085ecf9374c61c176629b))


### Documentation

* Move the schedule_export samples from python-docs-samples ([#344](https://github.com/googleapis/python-datastore/issues/344)) ([2174800](https://github.com/googleapis/python-datastore/commit/21748009b35fbbfb2a2730d792e793472235dfd3))
* **samples:** Add an example of using read_time in queries and get() ([#342](https://github.com/googleapis/python-datastore/issues/342)) ([ffc5f17](https://github.com/googleapis/python-datastore/commit/ffc5f176cf106e2180fe5f1475ab24010ff7e1e0))

## [2.8.0](https://github.com/googleapis/python-datastore/compare/v2.7.2...v2.8.0) (2022-07-15)


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

__version__ = "2.8.0"
__version__ = "2.8.1"

0 comments on commit cf35dab

Please sign in to comment.