diff --git a/CHANGELOG.md b/CHANGELOG.md index ff745ef..8200b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.7.0] - 2024-05-08 + +### New features + +* Do not raise on unsuccessful cast, with thanks to new contributor @marmor157 (#156) +* Added support for `st_make_envelope`, with thanks to @mjquinlan2000 (#195) + +### Updates + +* ex_doc updated to v0.32.1 + ## [3.6.0] - 2024-03-11 ### New feature diff --git a/README.md b/README.md index 21d687b..1dcab6f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:geo_postgis, "~> 3.6"} + {:geo_postgis, "~> 3.7"} ] end ``` diff --git a/mix.exs b/mix.exs index 74d99e1..bc9dd48 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule GeoPostgis.Mixfile do use Mix.Project @source_url "https://github.com/felt/geo_postgis" - @version "3.6.0" + @version "3.7.0" def project do [