Skip to content

Commit

Permalink
Move to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 5, 2017
1 parent 1f57573 commit 80ebde1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
### 2.0.0 (2017-10-05)

* adding support for Rails 5.1 [Lynette Rayle]
* removing support for Rails < 5.0 [Lynette Rayle]

### 1.2.0 (2017-06-23)

* provide better error messages and codes [Lynette Rayle]
* update Agrovoc URL to latest supported URL [Lynette Rayle]
* add active flag to terms defaulting to true [Josh Gum]

### 1.1.0 (2017-05-01)

* add code to process linked data authorities via configuration [Lynette Rayle]
* linked data branch refactored [Lynette Rayle]
* refactor json config, classes [Lynette Rayle]
* promote out of labs [Mike Giarlo]
* add trailing slashes to geonames uris [Justin Coyne]

### 1.0.0 (2017-03-22)

* update engine cart [Mike Giarlo]
* add coveralls [Mike Giarlo]
* make local tables generator point at the namespaced table for local authorities [Mike Giarlo]
* apply local tables change to MySQL generator as well [Mike Giarlo]
* added support for crossref funders [fundref] and publishers rest api.crossref.org (Julie Allinson]

### 0.11.1 (2017-03-01)
* 2017-02-02: BUGFIX: Use flat parameters for LOC. [Josh Gum]
* 2017-02-01: Update README with info on creating own authority versus sub-authority. [Andy Smith]
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 = "1.2.0".freeze
VERSION = "2.0.0".freeze
end

0 comments on commit 80ebde1

Please sign in to comment.