From 3a0e3999b9abe87761879fec7c45cc5a3839d182 Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Mon, 20 Feb 2023 14:05:02 +0000 Subject: [PATCH] Release version 86.0.0 --- 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 b33dc1ac..cb6eb08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 86.0.0 * BREAKING: Changes to Imminence API to support split-postcodes. In practice, the only consumer app for this API is Frontend, which is prepared for the change. diff --git a/lib/gds_api/version.rb b/lib/gds_api/version.rb index 9f417fdf..f10a51f1 100644 --- a/lib/gds_api/version.rb +++ b/lib/gds_api/version.rb @@ -1,3 +1,3 @@ module GdsApi - VERSION = "85.0.1".freeze + VERSION = "86.0.0".freeze end