Skip to content

Commit

Permalink
Merge pull request #160 from samvera/release_2.0.1
Browse files Browse the repository at this point in the history
release 2.0.1 with bug fixes for linked data authorities
  • Loading branch information
elrayle committed Feb 22, 2018
2 parents 3db5b5f + e535efd commit a30fc63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.0.1 (2018-02-22)

* bug fix: substitution of term id was only done when the template parameter was named term_id and not when it was named term_uri [Lynette Rayle]
* add support for configuring parameter substitution with encoded values for linked data authorities [Lynette Rayle]

### 2.0.0 (2017-10-05)

* adding support for Rails 5.1 [Lynette Rayle]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ gem 'rdf-rdfxml'

#### Configuring a LOD Authority

There are a number of authority configurations that are available. See (ld4l-labs/linked_data_authorities)[https://github.com/ld4l-labs/linked_data_authorities] for configurations and instructions on how to use them. These are updated periodically, so check back from time to time to see what's new.

Access to LOD authorities can be configured. Currently, a configuration exists in QA for OCLC Fast Linked Data, Library of
Congress (terms only), and Agrovoc. Look for configuration files in
[/config/authorities/linked_data](https://github.com/samvera/questioning_authority/tree/master/config/authorities/linked_data).
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.0.0".freeze
VERSION = "2.0.1".freeze
end

0 comments on commit a30fc63

Please sign in to comment.