Skip to content

Commit 66da1b7

Browse files
authored
Merge pull request #162 from cul-it/update/qa_server_5.0.1
Update/qa server 5.0.1
2 parents 726c3d0 + dd66da6 commit 66da1b7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 4.2.1 (2019-12-3)
2+
3+
* update to LD4P/qa_server 5.0.1
4+
* bug fix - force qa to not exclued performance header when find term returns jsonld
5+
16
### 4.2.0 (2019-11-27)
27

38
* add pagination configs to remaining ld4l_cache authorities

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ GEM
168168
activesupport (>= 4)
169169
railties (>= 4)
170170
request_store (~> 1.0)
171-
loofah (2.3.1)
171+
loofah (2.4.0)
172172
crass (~> 1.0.2)
173173
nokogiri (>= 1.5.9)
174174
mail (2.7.1)
@@ -202,7 +202,7 @@ GEM
202202
nokogiri (~> 1.6)
203203
rails (~> 5.0)
204204
rdf
205-
qa_server (5.0.0)
205+
qa_server (5.0.1)
206206
gruff
207207
rails (~> 5.0)
208208
rack (2.0.7)

config/locales/qa_server.en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
en:
33
qa_server:
4-
application_version: "4.2.0"
4+
application_version: "4.2.1"
55
application_name: "LD4P Authority Lookup Service"
66
footer:
77
copyright_html: "<strong>Copyright &copy; 2018, 2019 Cornell</strong> Licensed under the Apache License, Version 2.0"

0 commit comments

Comments
 (0)