diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4ea31..23dc2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 3.2.0 - 2023-03-30 ### Added - It's now possible to paste a comma separated lat/lng string into Location fields, and have that lat/lng string automatically parsed into the Location field's `lat` and `lng` attributes. ### Changed diff --git a/composer.json b/composer.json index 93be08d..a725ba9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "vaersaagod/locate", "description": "Harness the power of the Google Autocomplete API inside Craft. Adds an autocomplete search box to Craft entries.", "type": "craft-plugin", - "version": "3.1.0", + "version": "3.2.0", "keywords": [ "craft", "cms",