We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdb886 commit 0e41790Copy full SHA for 0e41790
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
+## 2.0.7 (TBD)
8
+
9
+* TBD
10
11
## [2.0.6](https://github.com/ngageoint/simple-features-java/releases/tag/2.0.6) (04-18-2022)
12
13
* Text token reader handling of non whitespace space characters such as 'NO-BREAK SPACE'
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga</groupId>
<artifactId>sf</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<packaging>jar</packaging>
<name>Simple Features</name>
<url>https://github.com/ngageoint/simple-features-java</url>
0 commit comments