Skip to content

Commit

Permalink
bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Nov 18, 2019
1 parent ed35214 commit 78dec07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### 5.0.0 (2019-11-18)

This is the same code that was released in 4.2.5. There was a public API change indicating this should have been a major release.

* refactor to single request_header parameter for search and find methods; multi-parameters are still supported, but deprecated
* refactor Discogs to provide the same format for extended context as the linked data module

### 4.2.5 (2019-11-12)

YANKED and replaced by 5.0.0

* refactor to single request_header parameter for search and find methods; multi-parameters are still supported, but deprecated
* refactor Discogs to provide the same format for extended context as the linked data module

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.2.5".freeze
VERSION = "5.0.0".freeze
end

0 comments on commit 78dec07

Please sign in to comment.