Skip to content

Commit

Permalink
Release version 97.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brucebolt committed Oct 30, 2024
1 parent 73744eb commit 8787eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 97.1.0

* Add GraphQL endpoint for Publishing API [PR](https://github.com/alphagov/gds-api-adapters/pull/1290)
* Note: This endpoint is to be used for the GraphQL proof of concept prototype only.
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 = "97.0.0".freeze
VERSION = "97.1.0".freeze
end
2 changes: 1 addition & 1 deletion test/pacts/publishing_api/graphql_query_pact_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
QUERY

publishing_api
.given("a published content item exists with base_path /my-example")
.given("a published content item exists with base_path /my-document")
.upon_receiving("a GraphQL request")
.with(
method: :post,
Expand Down

0 comments on commit 8787eef

Please sign in to comment.