Skip to content

Commit

Permalink
chore: release 2.1.2 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 3, 2021
1 parent 924b10b commit 155fb72
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.1.2](https://www.github.com/googleapis/python-datastore/compare/v2.1.1...v2.1.2) (2021-05-03)


### Bug Fixes

* pass transaction's options to API in 'begin' ([#143](https://www.github.com/googleapis/python-datastore/issues/143)) ([924b10b](https://www.github.com/googleapis/python-datastore/commit/924b10b11eb7ff52367f388cf5c8e16aa9b2e32e))


### Documentation

* update intersphinx URLs for grpc and auth ([#93](https://www.github.com/googleapis/python-datastore/issues/93)) ([4f90d04](https://www.github.com/googleapis/python-datastore/commit/4f90d04c81aacdbaf83f5a9dc996898fa9c7ba26))

### [2.1.1](https://www.github.com/googleapis/python-datastore/compare/v2.1.0...v2.1.1) (2021-04-20)


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.1.1"
__version__ = "2.1.2"

0 comments on commit 155fb72

Please sign in to comment.