Skip to content

Commit

Permalink
Merge pull request #68 from usdot-jpo-ode/Update/release-notes-1.4.0
Browse files Browse the repository at this point in the history
Release Notes 1.4.0
  • Loading branch information
drewjj authored Sep 9, 2024
2 parents eac49c4 + 85061b2 commit 7bef71f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -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
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion jpo-geojsonconverter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-geojsonconverter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jpo-geojsonconverter</name>
<description>J2735 message to GeoJSON converter for US DOT ITS JPO ODE</description>
Expand Down

0 comments on commit 7bef71f

Please sign in to comment.