File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Changed
1111
12+ ## 0.1.1 - 2017-11-19
13+ ### Added
14+
15+ ### Changed
16+ - Upgrade to light-4j 1.5.3
17+
18+
1219## 0.1.0 - 2017-11-12
1320### Added
1421- First version
Original file line number Diff line number Diff line change 1919 <modelVersion >4.0.0</modelVersion >
2020 <groupId >com.networknt</groupId >
2121 <artifactId >openapi-parser</artifactId >
22- <version >0.1.0 </version >
22+ <version >0.1.1 </version >
2323 <description >A light-weight, fast OpenAPI 3.0 parser and validator</description >
2424 <url >https://github.com/networknt/openapi-parser</url >
2525 <name >OpenAPIParser</name >
6565 <properties >
6666 <java .version>1.8</java .version>
6767 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68- <version .light-4j>1.5.2 </version .light-4j>
68+ <version .light-4j>1.5.3 </version .light-4j>
6969 <version .jackson>2.9.1</version .jackson>
7070 <version .commons-lang3>3.6</version .commons-lang3>
7171 <version .slf4j>1.7.25</version .slf4j>
You can’t perform that action at this time.
0 commit comments