Skip to content

Commit c3f593c

Browse files
committed
update changelog and readme and version for release
1 parent b101658 commit c3f593c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99

1010
### Changed
11-
- Sycn with official test suites and documented failed test cases.
1211

12+
## 0.1.3 - 2016-11-03
13+
### Added
14+
15+
### Changed
16+
- Sycn with official test suites and documented failed test cases.
17+
- Fixes #4 MinLength and MaxLength validator for unicode string. Thanks for @dola to point me to the right direction.
1318

1419
## 0.1.2 - 2016-10-20
1520
### Added

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,5 @@ were inherited from another Java JSON Schema Validator, I guess other Java Valid
152152

153153
[#5](https://github.com/networknt/json-schema-validator/issues/5)
154154

155-
[#4](https://github.com/networknt/json-schema-validator/issues/4)
156155

157156

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.2</version>
22+
<version>0.1.3</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)