Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.4.0 (#179)
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] authored Jul 7, 2022
1 parent 9d37f0d commit ccbe6cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/googleapis/python-notebooks/compare/v1.3.2...v1.4.0) (2022-07-07)


### Features

* add audience parameter ([9d37f0d](https://github.com/googleapis/python-notebooks/commit/9d37f0d7563d606d3e7be98e38eb4c98b1e87875))


### Bug Fixes

* **deps:** require google-api-core >= 2.8.0 ([#176](https://github.com/googleapis/python-notebooks/issues/176)) ([9d37f0d](https://github.com/googleapis/python-notebooks/commit/9d37f0d7563d606d3e7be98e38eb4c98b1e87875))
* require python 3.7+ ([#178](https://github.com/googleapis/python-notebooks/issues/178)) ([1dfe877](https://github.com/googleapis/python-notebooks/commit/1dfe8778fc29cb493120165987e2c234b7546e00))

## [1.3.2](https://github.com/googleapis/python-notebooks/compare/v1.3.1...v1.3.2) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.3.2"
version = "1.4.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit ccbe6cb

Please sign in to comment.