From 92e5d65d237503bc0a376f2ec00eaccb49f2a18b Mon Sep 17 00:00:00 2001 From: "Tyler A. Young" Date: Tue, 24 Sep 2024 12:19:52 -0500 Subject: [PATCH] Cut 4.0.1 release with bug fix (#222) --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48610ec..786fd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v4.0.1 — 2024-09-23 + +[Fix error raised when decoding JSON with string representations of integer values in coordinates](https://github.com/felt/geo/pull/221) by new contributor @IceDragon200. + ## v4.0.0 — 2024-09-17 ### Potentially breaking change: [Default decoded GeoJSON to SRID 4326 (WGS 84)](https://github.com/felt/geo/pull/219) diff --git a/mix.exs b/mix.exs index 2a5146c..d42ffbc 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Geo.Mixfile do use Mix.Project @source_url "https://github.com/felt/geo" - @version "4.0.0" + @version "4.0.1" def project do [