From a8bec6b8bdbc175fcf8b9492269929274e79fed7 Mon Sep 17 00:00:00 2001 From: kevinpricethesecond Date: Thu, 5 Sep 2024 08:15:15 -0500 Subject: [PATCH] 1.6.4 changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ec7e7..ea643eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -1.6.3 +1.6.4 Live-docs: https://tapis-project.github.io/live-docs/?service=GlobusProxy Breaking Changes: - - none + - new config requirement to have a client_id and client_secret in the config-local.json file. This will be the id and secret of the service client. See https://docs.globus.org/guides/recipes/automate-with-service-account/ for instructions on how to create a service client and give it credentials. New features: - none Bug fixes: - - change format of globus file size to int64 + - none