From 836982347afa8bc5a44a526a640d3807fbceab23 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Tue, 28 May 2024 11:34:16 -0700 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc4493..4d53d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ IMPROVEMENTS: -* Make `access_token` field to `config/admin` optional for path. This allows the plugin to be configured without requiring a admin access token even if the plugin is used only to generate user token using identity token with `config/user_token` path. PR: [#189](https://github.com/jfrog/artifactory-secrets-plugin/pull/189) +* Make `access_token` field to `config/admin` optional for path. This allows the plugin to be configured without requiring an admin access token even if the plugin is used only to generate user token using identity token with `config/user_token` path. PR: [#189](https://github.com/jfrog/artifactory-secrets-plugin/pull/189) ## 1.6.0 (April 19, 2024)