From eedd6e1a0140a474d5619216f0117022078ef841 Mon Sep 17 00:00:00 2001 From: Brian Osborn Date: Tue, 12 Mar 2024 14:04:58 -0600 Subject: [PATCH] next version as 3.0.0, changelog udpate --- CHANGELOG.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc02011..9846643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/). --- -## 2.3.3 (TBD) +## 3.0.0 (TBD) +* Temporal interval fixed to be an array of intervals +* Spatial bbox fixed to be an array of bounding boxes * sf-geojson version 3.3.3 ## [2.3.2](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/2.3.2) (01-20-2023) diff --git a/pom.xml b/pom.xml index ca9be25..2c9114e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 mil.nga.oapi.features oapi-features-json - 2.3.3 + 3.0.0 jar OGC API Features JSON https://github.com/ngageoint/ogc-api-features-json-java