From a01ad42906ecd938563a2f51877dfd3bc1727a91 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Wed, 15 Mar 2023 15:01:11 -0500 Subject: [PATCH] CHANGELOG 4.0.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec84d4..d174c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.1](https://github.com/dynamic/silverstripe-locator/tree/4.0.1) (2023-03-15) +* REFACTOR calculate coordinates with geocoder 4 by @jsirish in https://github.com/dynamic/silverstripe-locator/pull/230 +* BUGFIX update Geocoder coordinates fetch by @jsirish in https://github.com/dynamic/silverstripe-locator/pull/233 +* BUGFIX coords vars by @jsirish in https://github.com/dynamic/silverstripe-locator/pull/234 +* REFACTOR default Bootstrap template initial by @jsirish in https://github.com/dynamic/silverstripe-locator/pull/235 +* BUGFIX LocationCSVBulkLoader incorrect namespace by @jsirish in https://github.com/dynamic/silverstripe-locator/pull/236 + + +**Full Changelog**: https://github.com/dynamic/silverstripe-locator/compare/4.0.0...4.0.1 + ## [3.1.1](https://github.com/dynamic/silverstripe-locator/tree/3.1.1) (2020-02-19) [Full Changelog](https://github.com/dynamic/silverstripe-locator/compare/3.1.0...3.1.1)