Skip to content

Commit

Permalink
Release version 85.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Dec 5, 2022
1 parent 116aae7 commit 2420b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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 = "84.0.0".freeze
VERSION = "85.0.0".freeze
end

0 comments on commit 2420b17

Please sign in to comment.