Skip to content

Commit

Permalink
Release Version 91.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML authored and csutter committed Sep 7, 2023
1 parent 28e4ef3 commit 86c0121
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 86c0121

Please sign in to comment.