We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d495f5c commit c6d22b6Copy full SHA for c6d22b6
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
+## 1.2.2 (TBD)
8
+
9
+* TBD
10
11
## [1.2.1](https://github.com/ngageoint/geopackage-wkt-java/releases/tag/1.2.1) (01-13-2023)
12
13
* MultiLineString with CircularStrings text encoding fix to use MultiCurve and CircularStrings
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-wkt</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<packaging>jar</packaging>
<name>Simple Features Well-Known Text</name>
<url>https://github.com/ngageoint/simple-features-wkt-java</url>
0 commit comments