From 6ad6671aa10603e700dd6a5ac93838f4fac17a92 Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Fri, 18 Feb 2022 13:16:18 -0600 Subject: [PATCH] Bumping to v0.7.0 --- rpm/scitokens-cpp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index aec6275..b72eb66 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -1,5 +1,5 @@ Name: scitokens-cpp -Version: 0.6.3 +Version: 0.7.0 Release: 1%{?dist} Summary: C++ Implementation of the SciTokens Library License: ASL 2.0 @@ -68,6 +68,11 @@ Requires: %{name}%{?_isa} = %{version} %changelog #- Add scitokens-* binaries to the package +* Fri Feb 18 2022 Derek Weitzel - 0.7.0-1 +- Changes from static analysis +- If only one key is available, do not error on no kid +- Support at+jwt profile + * Fri Sep 03 2021 Dave Dykstra - 0.6.3-1 - Add support for building Debian packages on the OpenSUSE Build System - Add patch to jwt-cpp to update its picojson dependency in order to