diff --git a/CHANGELOG.md b/CHANGELOG.md index d98b1ce..79e433e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.5] - 2019-02-01 +- Fixed various leaks +- Refactored some code to remove duplications + ## [1.1.4] - 2019-01-11 - Fixed various leaks - Added ability to specify a timeout per request diff --git a/rpm/libredfish.spec b/rpm/libredfish.spec index fa4da87..4d48a54 100644 --- a/rpm/libredfish.spec +++ b/rpm/libredfish.spec @@ -1,5 +1,5 @@ Name: libredfish -Version: 1.1.4 +Version: 1.1.5 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.