From b95120c03d66d2fbbe082ba96a15d9ef526e354d Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 19 Jan 2024 10:33:01 +0100 Subject: [PATCH 1/2] bumb version to 1.5.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc35a4..4675c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.5.0](https://github.com/clickbar/laravel-magellan/tree/1.4.0) - 2024-01-19 + ### Added - Added `as` parameter for `stFrom` function - Aligned `stHaving` with `stWhere` to also accept string column and ST expressions, boxes and geometries as value From a61a5ee8285ad418845a711721787402dfb84a06 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 19 Jan 2024 10:35:12 +0100 Subject: [PATCH 2/2] fixed wrong version link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4675c30..7f94971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [1.5.0](https://github.com/clickbar/laravel-magellan/tree/1.4.0) - 2024-01-19 +## [1.5.0](https://github.com/clickbar/laravel-magellan/tree/1.5.0) - 2024-01-19 ### Added - Added `as` parameter for `stFrom` function