Skip to content

Commit 628ebf7

Browse files
committed
changelog and readme update.
1 parent 1148f9d commit 628ebf7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1111
Features:
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

2226
Bugfixes:
2327

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)