Skip to content

Commit

Permalink
prep to release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Nov 16, 2018
1 parent 0ac3cfb commit afa7660
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.2.0 (2018-11-16)

* extend linked data API to include the ability to 'list' authorities, 'reload' authorities, and 'fetch'
* allow fetch of a single linked data term to be returned with format json or jsonld
* performance and accuracy enhancements to Getty vocabs query

### 2.1.2 (2018-10-01)

* add qa:apidoc generator to optionally add QA Linked Data API documentation to app using swagger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>QA 2.1 Linked Data API</title>
<title>QA 2.2 Linked Data API</title>
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
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 = "2.1.2".freeze
VERSION = "2.2.0".freeze
end

0 comments on commit afa7660

Please sign in to comment.