diff --git a/CHANGELOG.md b/CHANGELOG.md index ed26860a..0395716a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 5.1.0 (2019-11-22) + +* add optional response header which has pagination information for search and summary info for fetch + ### 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. diff --git a/lib/qa/version.rb b/lib/qa/version.rb index ef12f324..190947ea 100644 --- a/lib/qa/version.rb +++ b/lib/qa/version.rb @@ -1,3 +1,3 @@ module Qa - VERSION = "5.0.0".freeze + VERSION = "5.1.0".freeze end