Skip to content

Commit 22e4362

Browse files
committed
add change log and update readme for the latest verision
1 parent 7edeeab commit 22e4362

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following to your `pom.xml`:
3535
<dependency>
3636
<groupId>com.networknt</groupId>
3737
<artifactId>json-schema-validator</artifactId>
38-
<version>0.1.0</version>
38+
<version>0.1.2</version>
3939
</dependency>
4040
```
4141

0 commit comments

Comments
 (0)