Skip to content

Commit

Permalink
Merge pull request #1208 from alphagov/release-version-91.0.0
Browse files Browse the repository at this point in the history
Release Version 91.0.0
  • Loading branch information
KludgeKML authored Sep 11, 2023
2 parents 28e4ef3 + 86c0121 commit 9727ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Unreleased
# 91.0.0

* BREAKING: Remove Account API `get_email_subscription` method and helpers
* BREAKING: Remove Account API `put_email_subscription` method and helpers
* BREAKING: Remove Account API `delete_email_subscription` method and helpers
* Note: These are no longer used by any apps, so should not be breaking in practice.
* Add a basic adapter for the new `search-api-v2` service, intially with a `#search` method along
the lines of the existing adapter for `search-api` for consistency
* Note: These are no longer used by any apps, so should not be breaking in practice.

# 90.0.0

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 = "90.0.0".freeze
VERSION = "91.0.0".freeze
end

0 comments on commit 9727ad1

Please sign in to comment.