From f1d933f11e4695c09e6801804ab5857a456a65f2 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Mon, 16 Dec 2019 15:01:55 -0500 Subject: [PATCH] prep for release 5.3.0 --- CHANGELOG.md | 6 ++++++ lib/qa/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6bd428..8eda1b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 5.3.0 (2019-12-13) + +* add request id to the search and find request headers +* log exception for graph load failures +* optionally include IP info at start of search/find linked data requests + ### 5.2.0 (2019-12-03) * add optional response header which has pagination information for DISCOGs search diff --git a/lib/qa/version.rb b/lib/qa/version.rb index 0e520f81..57e74b63 100644 --- a/lib/qa/version.rb +++ b/lib/qa/version.rb @@ -1,3 +1,3 @@ module Qa - VERSION = "5.2.0".freeze + VERSION = "5.3.0".freeze end