aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-08-19 15:16:48 -0400
committerGitHub <noreply@github.com>2021-08-19 15:16:48 -0400
commitd6eea6986f78dc9288106bb44ed55efbb842828c (patch)
tree981deb8478f7b39bc333ed767872e66e848e8884
parent4e0fb1cee78ee56b878b6e12be3b3c58df242b05 (diff)
downloadgoogle-auth-library-python-d6eea6986f78dc9288106bb44ed55efbb842828c.tar.gz
chore: release 2.0.1 (#845)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@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 952355f..82da8c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-auth/#history
+### [2.0.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.0...v2.0.1) (2021-08-17)
+
+
+### Bug Fixes
+
+* normalize AWS paths correctly on windows ([#842](https://www.github.com/googleapis/google-auth-library-python/issues/842)) ([4e0fb1c](https://www.github.com/googleapis/google-auth-library-python/commit/4e0fb1cee78ee56b878b6e12be3b3c58df242b05))
+
## [2.0.0](https://www.github.com/googleapis/google-auth-library-python/compare/v2.0.0-b1...v2.0.0) (2021-08-16)
diff --git a/google/auth/version.py b/google/auth/version.py
index 2343e40..1a39012 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.0"
+__version__ = "2.0.1"