From ed8cfb6c7a1cf0e33d8abb1bd2d98d7daffd2836 Mon Sep 17 00:00:00 2001 From: Jessica Jones Date: Mon, 30 Jan 2023 12:24:39 +0000 Subject: [PATCH] Release version 85.0.1 --- CHANGELOG.md | 2 +- lib/gds_api/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c906ab4..3bf39c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 85.0.1 * Remove expectation that Imminence will return the OID field in the response to #places. This is an internal Mongoid field that we shouldn't be returning anyway, and frontend (the consumer) isn't using it. * Update the allowed params for email-alert-api's find_or_create_subscriber_list endpoint. diff --git a/lib/gds_api/version.rb b/lib/gds_api/version.rb index 492c10ee..9f417fdf 100644 --- a/lib/gds_api/version.rb +++ b/lib/gds_api/version.rb @@ -1,3 +1,3 @@ module GdsApi - VERSION = "85.0.0".freeze + VERSION = "85.0.1".freeze end