aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-10-26 11:04:38 -0700
committerGitHub <noreply@github.com>2021-10-26 11:04:38 -0700
commit77d7f1b6c4bfde594e58bd67891633fc3e9515c2 (patch)
tree154213cc4f80390136fc052ae94c45e5b0d84323
parent642d7364bd9f2bc8c694823748a16eee70158877 (diff)
downloadgoogle-auth-library-python-77d7f1b6c4bfde594e58bd67891633fc3e9515c2.tar.gz
chore: release 2.3.2 (#897)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--google/auth/version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 310f6af..bcda511 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-auth/#history
+### [2.3.2](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2) (2021-10-26)
+
+
+### Bug Fixes
+
+* add clock_skew_in_seconds to verify_token functions ([#894](https://www.github.com/googleapis/google-auth-library-python/issues/894)) ([8e95c1e](https://www.github.com/googleapis/google-auth-library-python/commit/8e95c1e458793593972b6b05a355aaeaecd31670))
+
### [2.3.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.0...v2.3.1) (2021-10-21)
diff --git a/google/auth/version.py b/google/auth/version.py
index 7ca7779..cd24dc5 100644
--- a/google/auth/version.py
+++ b/google/auth/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "2.3.1"
+__version__ = "2.3.2"