From 4ba2bf61bd6d18f8b865b9060e1477221c96ff7d Mon Sep 17 00:00:00 2001 From: spbsoluble <1661003+spbsoluble@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:12:27 -0800 Subject: [PATCH] chore(docs): Update `CHANGELOG.md` --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2290b8..2a9e481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.1.1 + +## Bug fixes +- `oauth2` client now correctly sets the `scopes` and `audience` fields when invoked with explicit values. + +## Chores +- Update `stretchr/testify` to `v1.10.0` +- Update `AzureAD/microsoft-authentication-library-for-go` to `v1.3.2` +- Update `x/crypto` to `v0.30.0` +- Update `x/net` to `v0.32.0` +- Update `x/sys` to `v0.28.0` +- Update `x/text` to `v0.21.0` + # v1.1.0 ## Features