aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-08-31 11:26:00 -0600
committerGitHub <noreply@github.com>2021-08-31 11:26:00 -0600
commit08c987d0215c9d3e230efe5b7c13e6b8197267bc (patch)
tree3f4c63c577aee2a7746487c8e7665ed6d19dd148
parentb86480edc60dcd30d0a1d11e1c8cdd1d7911ac89 (diff)
downloadgoogle-auth-library-python-08c987d0215c9d3e230efe5b7c13e6b8197267bc.tar.gz
chore: release 2.0.2 (#847)
* chore: release 2.0.2 * chore: update authorized_user.json 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> Co-authored-by: Bu Sun Kim <busunkim@google.com>
-rw-r--r--CHANGELOG.md8
-rw-r--r--google/auth/version.py2
-rw-r--r--system_tests/secrets.tar.encbin10322 -> 10323 bytes
3 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82da8c6..68b388d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@
[1]: https://pypi.org/project/google-auth/#history
+### [2.0.2](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.1...v2.0.2) (2021-08-25)
+
+
+### Bug Fixes
+
+* use 'int.to_bytes' rather than deprecated crypto wrapper ([#848](https://www.github.com/googleapis/google-auth-library-python/issues/848)) ([b79b554](https://www.github.com/googleapis/google-auth-library-python/commit/b79b55407b31933c9a8fe6de01478fa00a33fa2b))
+* use int.from_bytes ([#846](https://www.github.com/googleapis/google-auth-library-python/issues/846)) ([466aed9](https://www.github.com/googleapis/google-auth-library-python/commit/466aed99f5c2ba15d2036fa21cc83b3f0fc22639))
+
### [2.0.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.0...v2.0.1) (2021-08-17)
diff --git a/google/auth/version.py b/google/auth/version.py
index 1a39012..46b4030 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.0.1"
+__version__ = "2.0.2"
diff --git a/system_tests/secrets.tar.enc b/system_tests/secrets.tar.enc
index dab541c..8f0d88a 100644
--- a/system_tests/secrets.tar.enc
+++ b/system_tests/secrets.tar.enc
Binary files differ