Skip to content

Commit

Permalink
add changelog files for feature and announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahvita committed Nov 10, 2022
1 parent 3a82c79 commit 2f0c3b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changelog/2f60f375046b466789bff94b7406ba45.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "2f60f375-046b-4667-89bf-f94b7406ba45",
"type": "feature",
"description": "Adds token refresh support (via SSOTokenProvider) when using the SSOCredentialProvider",
"modules": [
"config",
"credentials"
]
}
9 changes: 9 additions & 0 deletions .changelog/e5c705b5a4f34a99a85f12cee232ae51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "e5c705b5-a4f3-4a99-a85f-12cee232ae51",
"type": "announcement",
"description": "When using the SSOTokenProvider, a previous implementation incorrectly compensated for invalid SSOTokenProvider configurations in the shared profile. This has been fixed via PR #1903 and tracked in issue #1846",
"modules": [
"config",
"credentials"
]
}

0 comments on commit 2f0c3b1

Please sign in to comment.