We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848a23b commit e03de61Copy full SHA for e03de61
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
+## 2.0.4 (TBD)
8
+
9
+* TBD
10
11
## [2.0.3](https://github.com/ngageoint/simple-features-java/releases/tag/2.0.3) (07-13-2020)
12
13
* Geometry Filter interface and Point Finite Filter implementation
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga</groupId>
<artifactId>sf</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<packaging>jar</packaging>
<name>Simple Features</name>
<url>https://github.com/ngageoint/simple-features-java</url>
0 commit comments