diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7b24b..b56a1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.3.2] - 2021-06-04 +- Added destroyServiceForSession to extract a session token without closing the session + ## [1.3.1] - 2021-05-14 - Added support for SSE streams to call their callback routine diff --git a/rpm/libredfish.spec b/rpm/libredfish.spec index 072bf05..b15b67e 100644 --- a/rpm/libredfish.spec +++ b/rpm/libredfish.spec @@ -1,5 +1,5 @@ Name: libredfish -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: libRedfish is a C client library that allows for Creation of Entities (POST), Read of Entities (GET), Update of Entities (PATCH), Deletion of Entities (DELETE), running Actions (POST), receiving events, and providing some basic query abilities.