Skip to content

Commit afa2376

Browse files
chore(main): release 1.8.0 (#250)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5f10880 commit afa2376

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.5"
2+
".": "1.8.0"
33
}

packages/google-cloud-access-approval/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/googleapis/python-access-approval/compare/v1.7.5...v1.8.0) (2022-11-04)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.accessapproval.__version__` ([#249](https://github.com/googleapis/python-access-approval/issues/249)) ([6fdeb64](https://github.com/googleapis/python-access-approval/commit/6fdeb6401beb710923fb1dde97b2949923398b43))
9+
10+
11+
### Bug Fixes
12+
13+
* Add dict typing for client_options ([6fdeb64](https://github.com/googleapis/python-access-approval/commit/6fdeb6401beb710923fb1dde97b2949923398b43))
14+
* **deps:** require google-api-core &gt;=1.33.2 ([6fdeb64](https://github.com/googleapis/python-access-approval/commit/6fdeb6401beb710923fb1dde97b2949923398b43))
15+
316
## [1.7.5](https://github.com/googleapis/python-access-approval/compare/v1.7.4...v1.7.5) (2022-10-07)
417

518

packages/google-cloud-access-approval/google/cloud/accessapproval/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.7.5" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

0 commit comments

Comments
 (0)