Skip to content

Commit

Permalink
Merge pull request #257 from samvera/release_4.2.0
Browse files Browse the repository at this point in the history
prep for release 4.2.0
  • Loading branch information
elrayle authored Jun 8, 2019
2 parents 80428df + f59ebac commit 58443a5
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 @@
### 4.2.0 (2019-06-07)

* allow property_map.optional? default value to be configurable
* make it optional whether to include blank values in linked data extended context
* allow id to be identified by multiple predicates/paths
* add music performance to loc linked data config
* improve comments about LOC special processing
* add bytes and bytes/s to performance data
* raise an exception if data can’t be normalized
* determine if loc special processing is needed based on template uri instead of authority name
* removing the test configuration for using Rails 5.0.x releases
* updates the CircleCI configuration to test against Rails releases 5.2.3, 5.1.7, and 5.0.7.2
* updates the CircleCI configuration to test against Ruby releases 2.6.3, 2.5.5, and 2.4.6

### 4.1.1 (2019-05-08)

* special processing for LOC IDs
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 = "4.1.1".freeze
VERSION = "4.2.0".freeze
end

0 comments on commit 58443a5

Please sign in to comment.