Skip to content

Commit

Permalink
Merge pull request #339 from alphagov/version-23-1-0
Browse files Browse the repository at this point in the history
Bump version to 23.1.0
  • Loading branch information
danielroseman committed Jul 30, 2015
2 parents 64530f9 + 557974a commit ed44fbb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 23.1.0

* GdsApi::TestHelpers::PublishingApi

added the ability to make more flexible assertions about publishing api
requests by optionally passing a predicate to the assertions. The
`request_json_including` predicate will match required elements of a hash or
a nested hash in the JSON body.

The existing stricter behaviour is retained as the default
(`request_json_matching` predicate).

# 23.0.0

* Remove `GdsApi::Rummager#search`. The `/search` endpoint was removed
Expand Down
2 changes: 1 addition & 1 deletion lib/gds_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GdsApi
VERSION = '23.0.0'
VERSION = '23.1.0'
end

0 comments on commit ed44fbb

Please sign in to comment.