Skip to content

Commit 92e5d65

Browse files
authored
Cut 4.0.1 release with bug fix (#222)
1 parent f51e581 commit 92e5d65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.0.1 — 2024-09-23
4+
5+
[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.
6+
37
## v4.0.0 — 2024-09-17
48

59
### Potentially breaking change: [Default decoded GeoJSON to SRID 4326 (WGS 84)](https://github.com/felt/geo/pull/219)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Geo.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/felt/geo"
5-
@version "4.0.0"
5+
@version "4.0.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)