Skip to content

Commit 358ecd1

Browse files
chore(main): release 2.46.0 (#1777)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fba18bf commit 358ecd1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [2.46.0](https://github.com/googleapis/google-api-python-client/compare/v2.45.0...v2.46.0) (2022-04-26)
4+
5+
6+
### Features
7+
8+
* **baremetalsolution:** update the api https://github.com/googleapis/google-api-python-client/commit/dfaeb43d3e1896a011d611651695f6b7fbf2e2c5 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
9+
* **bigqueryreservation:** update the api https://github.com/googleapis/google-api-python-client/commit/1a85de3a726b840c06d2b55e36d1352881342fd3 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
10+
* **chat:** update the api https://github.com/googleapis/google-api-python-client/commit/94044225b078ecf5f378d3add86cb3f4afec5b9a ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
11+
* **cloudchannel:** update the api https://github.com/googleapis/google-api-python-client/commit/3db2f5c1c873e0def3c85b7ee46386774fefd73e ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
12+
* **cloudsearch:** update the api https://github.com/googleapis/google-api-python-client/commit/56a38b080d29039dff8d6c756a21d9704e7c7aaf ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
13+
* **compute:** update the api https://github.com/googleapis/google-api-python-client/commit/c05cb3357a67eefe80038b1aa3e4dfc8ccb7ab6f ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
14+
* **doubleclicksearch:** update the api https://github.com/googleapis/google-api-python-client/commit/96507843666e6600538166f86df62220f16d4eaa ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
15+
* **drive:** update the api https://github.com/googleapis/google-api-python-client/commit/52acfadcfd9007aaf26245d3c14a5530ff6d3a3e ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
16+
* **managedidentities:** update the api https://github.com/googleapis/google-api-python-client/commit/ce1faebaebbc8329fd5ab7e2883bde621f0603a9 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
17+
* **networkservices:** update the api https://github.com/googleapis/google-api-python-client/commit/ada585788f0f29d47b12a89a0d23b62508703fea ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
18+
* **ondemandscanning:** update the api https://github.com/googleapis/google-api-python-client/commit/883bf741abb0ab73f14d23f0d578994f9c2b4f00 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
19+
* **prod_tt_sasportal:** update the api https://github.com/googleapis/google-api-python-client/commit/e5391040e9b1f4389b1944c7bb37a09d49e57244 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
20+
* **retail:** update the api https://github.com/googleapis/google-api-python-client/commit/009f7d672bf413989dba7a5e21edd6b38d6c2d91 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
21+
* **run:** update the api https://github.com/googleapis/google-api-python-client/commit/d05adee3f771d4d1b1f7b9a75599e4285ab900a4 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
22+
* **securitycenter:** update the api https://github.com/googleapis/google-api-python-client/commit/dafa308bd12826dc67ef0b08f5563f54a2f8e847 ([fba18bf](https://github.com/googleapis/google-api-python-client/commit/fba18bfa6c1cecf14b46a3df07dddf6c9960e1f0))
23+
324
## [2.45.0](https://github.com/googleapis/google-api-python-client/compare/v2.44.0...v2.45.0) (2022-04-19)
425

526

googleapiclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.45.0"
15+
__version__ = "2.46.0"

0 commit comments

Comments
 (0)