Skip to content

Commit a9a824c

Browse files
committed
v0.3.2
1 parent b97baab commit a9a824c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Release Notes
44

5+
## Release 0.3.2 April 14th 2023
6+
7+
* Typo fix in `configureCredentials`.
8+
59
## Release 0.3.1 April 11th 2023
610

711
* Fixes issue with client certificate authentication

Software/MATLAB/app/functions/configureCredentials.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
builder = builder.tenantId(settings.TenantId);
340340

341341
if isfield(settings, 'AuthorityHost') && ~isempty(settings.AuthorityHost)
342-
builder = builder.authorityHost(settings.authorityHost);
342+
builder = builder.authorityHost(settings.AuthorityHost);
343343
end
344344
end
345345

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

0 commit comments

Comments
 (0)