From 4eeaef4faf2db666fe6b83d97ad36607a0a9a3e9 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Fri, 14 Aug 2020 13:40:49 -0400 Subject: [PATCH] release 3.1.0 Backport fix for LOC change to use https for API Ref: * PR #321 - Changes LoC authorities to use https * PR #323 - Fixes issue limiting LoC results to an authority --- CHANGELOG.md | 4 ++++ lib/qa/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68efa973..3bac123c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.1.0 (2020-08-14) + +* backport fix for LOC change to use https for API + ### 3.0.0 (2018-11-19) * remove agrovoc linked data configuration diff --git a/lib/qa/version.rb b/lib/qa/version.rb index e1459a7b..bf3f8e07 100644 --- a/lib/qa/version.rb +++ b/lib/qa/version.rb @@ -1,3 +1,3 @@ module Qa - VERSION = "3.0.0".freeze + VERSION = "3.1.0".freeze end