From 2420b17d448d448aed2b0fae84b1b745fafed322 Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Mon, 5 Dec 2022 10:08:36 +0000 Subject: [PATCH] Release version 85.0.0 --- CHANGELOG.md | 3 ++- lib/gds_api/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758d6864..1ed6aaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# UNRELEASED +# 85.0.0 * BREAKING: Remove Mapit api methods. These are no longer used by any apps, so should not be breaking in practice. +* added `results_for_postcode` method to Locations API which returns the entire response from the Locations API server. # 84.0.0 diff --git a/lib/gds_api/version.rb b/lib/gds_api/version.rb index 8a4f7b5d..492c10ee 100644 --- a/lib/gds_api/version.rb +++ b/lib/gds_api/version.rb @@ -1,3 +1,3 @@ module GdsApi - VERSION = "84.0.0".freeze + VERSION = "85.0.0".freeze end