diff --git a/CHANGELOG.md b/CHANGELOG.md index 5339170..6f1660e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.7] - 2019-02-15 +- Various compiler warning fixes +- Race condition fix for cURL global access + ## [1.1.6] - 2019-02-08 - Added ability to listen via TCP/OpenSSL socket - Windows build fixes diff --git a/rpm/libredfish.spec b/rpm/libredfish.spec index 93d3200..c9a9628 100644 --- a/rpm/libredfish.spec +++ b/rpm/libredfish.spec @@ -1,5 +1,5 @@ Name: libredfish -Version: 1.1.6 +Version: 1.1.7 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.