Skip to content

Commit

Permalink
Merge pull request #303 from samvera/release/5.3.0
Browse files Browse the repository at this point in the history
prep for release 5.3.0
  • Loading branch information
elrayle committed Dec 16, 2019
2 parents 876112e + f1d933f commit 926d9e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/qa/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Qa
VERSION = "5.2.0".freeze
VERSION = "5.3.0".freeze
end

0 comments on commit 926d9e6

Please sign in to comment.