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.2.0 (#126)
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 Feb 28, 2022
1 parent bc8aaee commit 490b046
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.0](https://github.com/googleapis/python-notebooks/compare/v1.1.1...v1.2.0) (2022-02-26)


### Features

* add api key support ([#125](https://github.com/googleapis/python-notebooks/issues/125)) ([72925ba](https://github.com/googleapis/python-notebooks/commit/72925babe34fb97639336e443b2ee588d6727680))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([a0cab1c](https://github.com/googleapis/python-notebooks/commit/a0cab1cbd33f80906dc74bf21d3ca3df62052ef1))


### Documentation

* add generated snippets ([#130](https://github.com/googleapis/python-notebooks/issues/130)) ([dd62813](https://github.com/googleapis/python-notebooks/commit/dd628139a7ec75537342c289d571cacbbba58492))

### [1.1.1](https://www.github.com/googleapis/python-notebooks/compare/v1.1.0...v1.1.1) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.1.1"
version = "1.2.0"

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

Expand Down

0 comments on commit 490b046

Please sign in to comment.