From 85061b25a4a452c4f8e46bb60d605ec1dfdca6d8 Mon Sep 17 00:00:00 2001 From: Drew Johnston <31270488+drewjj@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:50:07 -0600 Subject: [PATCH] Add release notes and update the pom.xml version --- docs/Release_notes.md | 10 ++++++++++ jpo-geojsonconverter/pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 0587f2e..bd9a70b 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,16 @@ JPO GeoJSON Converter Release Notes ---------------------------- +Version 1.4.0 +---------------------------------------- + +### **Summary** +This release includes adding support for processing OdeBsmJson messages and creating ProcessedBsm. ProcessedBsm messages are geojson objects representing FeatureCollections with additional processed fields for additional context. ProcessedBsm currently only supports standard geojson format and not WKT format. + +Enhancements in this release: +- PR67: Allow unknown properties via Jackson properties. +- PR66: Adds ProcessedBsm as a new message type that is created utilizing OdeBsmJson output from the jpo-ode. + Version 1.3.0 ---------------------------------------- diff --git a/jpo-geojsonconverter/pom.xml b/jpo-geojsonconverter/pom.xml index 61150b1..3a4eec0 100644 --- a/jpo-geojsonconverter/pom.xml +++ b/jpo-geojsonconverter/pom.xml @@ -11,7 +11,7 @@ usdot.jpo.ode jpo-geojsonconverter - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT jar jpo-geojsonconverter J2735 message to GeoJSON converter for US DOT ITS JPO ODE