Skip to content

Commit 196cb40

Browse files
committed
Merge branch '1.x'
2 parents 2649149 + adaf0c7 commit 196cb40

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.2.2
4+
5+
* Fix known issues before parsing response (see [LOG4J2-2537](https://issues.apache.org/jira/browse/LOG4J2-2537))
6+
* Tested up to Apache Tika 1.28.1 and 2.3.0
7+
38
## v1.2.1
49

510
* Fix known issues before parsing response (see [LOG4J2-2537](https://issues.apache.org/jira/browse/LOG4J2-2537))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to work with the new versions of the tool.
3030
* Support for local and remote resources
3131
* No heavyweight library dependencies
3232
* Compatible with Apache Tika 1.15 or greater
33-
* Tested up to 1.28 and 2.2.0
33+
* Tested up to 1.28.1 and 2.3.0
3434
* Works on Linux, macOS, Windows and probably on FreeBSD
3535

3636
## Requirements

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
},
4646
"extra": {
4747
"supported-versions": [
48-
"1.15", "1.16", "1.17", "1.18", "1.19", "1.19.1", "1.20",
49-
"1.21", "1.22", "1.23", "1.24", "1.24.1", "1.25", "1.26",
50-
"1.27", "1.28", "2.0.0", "2.1.0", "2.2.0"
48+
"1.15", "1.16", "1.17", "1.18", "1.19", "1.19.1", "1.20", "1.21",
49+
"1.22", "1.23", "1.24", "1.24.1", "1.25", "1.26","1.27", "1.28", "1.28.1",
50+
"2.0.0", "2.1.0", "2.2.0", "2.2.1", "2.3.0"
5151
]
5252
}
5353
}

0 commit comments

Comments
 (0)