Skip to content

Commit

Permalink
prep for release 4.0.0
Browse files Browse the repository at this point in the history
NOTE: Was going to release as 3.0.4, but the change to add request_header forced a parameter change in the prepends for find and query.  This seemed to warrant a major release as the public signature has changed.
  • Loading branch information
elrayle committed Nov 15, 2019
1 parent dd87a22 commit 076c2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 3.0.4 (2019-11-14)
### 4.0.0 (2019-11-14)

* prepends for find and query updated to process request_header parameter

Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '3.0.4'
VERSION = '4.0.0'
end

0 comments on commit 076c2d6

Please sign in to comment.