diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de53d6..caec5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.2.3] - 2019-08-09 +- Added support for asynchronous event notification +- Made fix to path searching + ## [1.2.2] - 2019-06-07 - Added error checking for when 200 OK is returned, but the payload could not be parsed diff --git a/rpm/libredfish.spec b/rpm/libredfish.spec index cf97ff0..ecb562a 100644 --- a/rpm/libredfish.spec +++ b/rpm/libredfish.spec @@ -1,5 +1,5 @@ Name: libredfish -Version: 1.2.2 +Version: 1.2.3 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.