Skip to content

Commit 6087924

Browse files
committed
upgrade to 0.1.8 and update changelog
1 parent f34e3b9 commit 6087924

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
## 0.1.8 - 2017-06-17
13+
### Added
14+
15+
### Changed
16+
- Recursive load fix #36 Thanks @thekensta
17+
1218
## 0.1.7 - 2017-04-26
1319
### Added
1420

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>json-schema-validator</artifactId>
22-
<version>0.1.7</version>
22+
<version>0.1.8</version>
2323
<description>A json schema validator that supports draft v4</description>
2424
<url>https://github.com/networknt/json-schema-validator</url>
2525
<name>JsonSchemaValidator</name>

0 commit comments

Comments
 (0)