Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maben-mw committed Apr 14, 2023
1 parent b97baab commit a9a824c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Release Notes

## Release 0.3.2 April 14th 2023

* Typo fix in `configureCredentials`.

## Release 0.3.1 April 11th 2023

* Fixes issue with client certificate authentication
Expand Down
2 changes: 1 addition & 1 deletion Software/MATLAB/app/functions/configureCredentials.m
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
builder = builder.tenantId(settings.TenantId);

if isfield(settings, 'AuthorityHost') && ~isempty(settings.AuthorityHost)
builder = builder.authorityHost(settings.authorityHost);
builder = builder.authorityHost(settings.AuthorityHost);
end
end

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2

0 comments on commit a9a824c

Please sign in to comment.