Skip to content

Commit 27454f8

Browse files
committed
Update version
1 parent c1d0272 commit 27454f8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
# 3.8.0 - 2026/2/18
4+
- Add support for IgnoreColors match level
5+
36
## 3.6.3 - 2024/7/25
47
- Fix issue in which using `-te` prevents Java process from exiting gracefully
58

src/main/java/com/applitools/imagetester/ImageTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.applitools.imagetester.lib.Utils;
2727

2828
public class ImageTester {
29-
private static final String cur_ver = "3.7.1";
29+
private static final String cur_ver = "3.8.0";
3030

3131
public static void main(String[] args) {
3232

0 commit comments

Comments
 (0)