Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 12, 2023
1 parent 850b022 commit 932ac88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.1.1...v0.2.0) (2023-12-12)


### Features

* Add support for Python 3.12 ([#126](https://github.com/googleapis/google-auth-library-python-httplib2/issues/126)) ([9a110a6](https://github.com/googleapis/google-auth-library-python-httplib2/commit/9a110a6b509f44cfd359211094a6f609f47bd6ce))


### Dependencies

* Remove third-party mock library ([#124](https://github.com/googleapis/google-auth-library-python-httplib2/issues/124)) ([ea0c7c6](https://github.com/googleapis/google-auth-library-python-httplib2/commit/ea0c7c699f45846346fa11597e353d6afed7c829))

## [0.1.1](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.1.0...v0.1.1) (2023-08-21)


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

from setuptools import setup

version = "0.1.1"
version = "0.2.0"

DEPENDENCIES = ["google-auth", "httplib2 >= 0.19.0"]

Expand Down

0 comments on commit 932ac88

Please sign in to comment.