Skip to content

Commit

Permalink
Merge pull request #113 from LD4P/release_2.1.0
Browse files Browse the repository at this point in the history
prep for release of 2.1.0
  • Loading branch information
elrayle authored Jun 11, 2019
2 parents f97c64d + d135fad commit fe4155e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 2.1.0 (2019-06-10)

* remove context from mesh_nlm; add direct match to locnames
* fix missing getty ids in linked data auth
* update ldpaths for locnames extended context
* fix oclcfast linked data config to properly configure passing uri instead of id
* update code to work with qa 4.2.0
* update configs to QA_CONFIG_VERSION 2.1
* allow scenarios to specify whether the authority supports extended context for search
* add `encode: true` to search query param for all 2.0 configs
* Update locperformance_ld4l_cache_validation.yml
* add parentheses to complex ldpath to fix parse error
* update instructions to work with latest rails new command

### 2.0.0 (2019-03-12)

* update code to work with qa 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit fe4155e

Please sign in to comment.