From 86c0121e3d5cfa8ea67dc3dd194046e318d22e5a Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Thu, 24 Aug 2023 16:36:19 +0100 Subject: [PATCH] Release Version 91.0.0 --- CHANGELOG.md | 4 ++-- lib/gds_api/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960c4a57..84ff17c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/gds_api/version.rb b/lib/gds_api/version.rb index ea2832ef..8e1f344e 100644 --- a/lib/gds_api/version.rb +++ b/lib/gds_api/version.rb @@ -1,3 +1,3 @@ module GdsApi - VERSION = "90.0.0".freeze + VERSION = "91.0.0".freeze end