8000 chore(main): release 2.4.0 (#949) · nkuik/google-auth-library-python@88580b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88580b4

Browse files
chore(main): release 2.4.0 (googleapis#949)
🤖 I have created a release *beep* *boop* --- ## [2.4.0](googleapis/google-auth-library-python@v2.3.3...v2.4.0) (2022-01-20) ### Features * add 'py.typed' declaration ([googleapis#919](googleapis#919)) ([c993504](googleapis@c993504)) * add api key support ([googleapis#826](googleapis#826)) ([3b15092](googleapis@3b15092)) ### Bug Fixes * **deps:** allow cachetools 5.0 for python 3.7+ ([googleapis#937](googleapis#937)) ([1eae37d](googleapis@1eae37d)) * fix the message format for metadata server exception ([googleapis#916](googleapis#916)) ([e756f08](googleapis@e756f08)) ### Documentation * fix intersphinx link for 'requests-oauthlib' ([googleapis#921](googleapis#921)) ([967be4f](googleapis@967be4f)) * note ValueError in `verify_oauth2_token` ([googleapis#928](googleapis#928)) ([82bc5f0](googleapis@82bc5f0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1eae37d commit 88580b4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [2.4.0](https://github.com/googleapis/google-auth-library-python/compare/v2.3.3...v2.4.0) (2022-01-20)
8+
9+
10+
### Features
11+
12+
* add 'py.typed' declaration ([#919](https://github.com/googleapis/google-auth-library-python/issues/919)) ([c993504](https://github.com/googleapis/google-auth-library-python/commit/c99350455d0f7fd3aab950ac47b43000c73dd312))
13+
* add api key support ([#826](https://github.com/googleapis/google-auth-library-python/issues/826)) ([3b15092](https://github.com/googleapis/google-auth-library-python/commit/3b15092b3461278400e4683060f64a96d50587c4))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** allow cachetools 5.0 for python 3.7+ ([#937](https://github.com/googleapis/google-auth-library-python/issues/937)) ([1eae37d](https://github.com/googleapis/google-auth-library-python/commit/1eae37db7f6fceb32d6ef0041962ce1755d2116c))
19+
* fix the message format for metadata server exception ([#916](https://github.com/googleapis/google-auth-library-python/issues/916)) ([e756f08](https://github.com/googleapis/google-auth-library-python/commit/e756f08dc78616040ab8fbd7db20903137ccf0c7))
20+
21+
22+
### Documentation
23+
24+
* fix intersphinx link for 'requests-oauthlib' ([#921](https://github.com/googleapis/google-auth-library-python/issues/921)) ([967be4f](https://github.com/googleapis/google-auth-library-python/commit/967be4f4e2a43ba7e240d7acb01b6b992d40e6ec))
25+
* note ValueError in `verify_oauth2_token` ([#928](https://github.com/googleapis/google-auth-library-python/issues/928)) ([82bc5f0](https://github.com/googleapis/google-auth-library-python/commit/82bc5f08111de78a2b475b0310d3f35470680dbe))
26+
727
### [2.3.3](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.2...v2.3.3) (2021-11-01)
828

929

google/auth/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.3.3"
15+
__version__ = "2.4.0"

0 commit comments

Comments
 (0)
0