Skip to content

Commit

Permalink
Fix date in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Mar 21, 2023
1 parent 2f12079 commit 0657df3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
scitokens-cpp (1.0.0-1) stable; urgency=medium

* Add async API for parsing and verifying tokens
* Add configuration API
* Make nbf claim optional for non-scitokens tokens
* Update to OpenSSL 3.0

-- Derek Weitzel <[email protected]> Tue, 21 Mar 2021 12:00:00 -0600

scitokens-cpp (0.7.1-1) stable; urgency=medium


Expand Down
2 changes: 1 addition & 1 deletion rpm/scitokens-cpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
* Wed Jun 22 2022 Derek Weitzel <[email protected]> - 1.0.0-1
* Tue Mar 21 2023 Derek Weitzel <[email protected]> - 1.0.0-1
- Add async API for parsing and verifying tokens
- Add configuration API
- Make nbf claim optional for non-scitokens tokens
Expand Down

0 comments on commit 0657df3

Please sign in to comment.