File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ xpath-to-xml uses [semver](http://semver.org/) for its versioning convention.
44
55# Change History
66
7- ## 1 .x Series
7+ ## 2 .x Series
88
9- ### Upcoming : Scala XML model support and javax.json model support
9+ ### 2.0.0 : Scala XML model support and javax.json model support
1010
1111Features:
1212
@@ -18,6 +18,10 @@ Improvements:
1818- Core
1919 - [ BREAKING] Effect interface moved into ` com.github.simy4.xpath.spi ` package for better modularisation story in Java9.
2020 All existing core extensions adopted this change
21+
22+ ## 1.x Series
23+
24+ ### 1.2.4
2125
2226Bugfixes:
2327
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Include an artifact with necessary model extension into your project:
3030<dependency >
3131 <groupId >com.github.simy4.xpath</groupId >
3232 <artifactId >xpath-to-xml-dom</artifactId >
33- <version >1.2.3 </version >
33+ <version >2.0.0 </version >
3434</dependency >
3535```
3636
You can’t perform that action at this time.
0 commit comments