File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
+
7
+ ## [ Unreleased]
8
+ ### Added
9
+
10
+ ### Changed
11
+
12
+
13
+ ## 0.1.2 - 2016-10-20
14
+ ### Added
15
+
16
+ ### Changed
17
+ - Broken escaping in pattern for uris [ #1 ] ( https://github.com/networknt/json-schema-validator/issues/1 )
18
+
19
+
20
+ ## 0.1.1 - 2016-08-16
21
+ ### Added
22
+ - First version
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Add the following to your `pom.xml`:
35
35
<dependency >
36
36
<groupId >com.networknt</groupId >
37
37
<artifactId >json-schema-validator</artifactId >
38
- <version >0.1.0 </version >
38
+ <version >0.1.2 </version >
39
39
</dependency >
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments