Skip to content

Commit

Permalink
prep for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Sep 4, 2018
1 parent 7f38678 commit dbe447a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
@@ -1,14 +1,16 @@
language: ruby
sudo: false
rvm:
- 2.3.5
- 2.4.2
- 2.3.7
- 2.4.4
- 2.5.1
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- "RAILS_VERSION=5.0.6"
- "RAILS_VERSION=5.1.4"
- "RAILS_VERSION=5.0.7"
- "RAILS_VERSION=5.1.6"
- "RAILS_VERSION=5.2.1"

before_install:
- gem update --system
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
### 2.1.0 (2018-09-04)

* security vulnerability for rubocop resolved by moving to using bixby for rubocop
* add ability to sort linked data results based on a numeric ranking predicate
* filter out blanknodes from the linked data result set
* update supporting documents to match samvera community support documents
* add support for Rails 5.2
* add support for CORS headers (configurable; off by default)

### 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]
Expand Down
2 changes: 1 addition & 1 deletion lib/qa/version.rb
@@ -1,3 +1,3 @@
module Qa
VERSION = "2.0.1".freeze
VERSION = "2.1.0".freeze
end

0 comments on commit dbe447a

Please sign in to comment.