From 7a06c6b36d8936658c3e37301bedd1f2cd55080f Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 11 Oct 2019 08:23:34 -0400 Subject: [PATCH] 1.2.4 Versioning --- CHANGELOG.md | 4 ++++ rpm/libredfish.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caec5c8..cf4acc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.2.4] - 2019-10-11 +- Changed event received log message severity from error to warning +- Added getArraySize helper + ## [1.2.3] - 2019-08-09 - Added support for asynchronous event notification - Made fix to path searching diff --git a/rpm/libredfish.spec b/rpm/libredfish.spec index ecb562a..a0e2375 100644 --- a/rpm/libredfish.spec +++ b/rpm/libredfish.spec @@ -1,5 +1,5 @@ Name: libredfish -Version: 1.2.3 +Version: 1.2.4 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.