Skip to content

Commit 00d8598

Browse files
committed
Set version to 1.2, added changelog file
1 parent cbda366 commit 00d8598

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## X12 parser Version History
2+
3+
**Changes in version 1.2**
4+
5+
- Added a proper security environment to XStream by limiting the classes that it can create when loading XML files.
6+
- Updated XStreams library from version 1.4.9 to version 1.4.10.
7+
8+
**Changes in version 1.1**
9+
10+
- Added support for ANSI 837 5010 X223.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.imsweb'
10-
version = '1.1'
10+
version = '1.2'
1111
description = 'Java client library for parsing x12 files'
1212

1313
// UTF-8 for all compilation tasks

0 commit comments

Comments
 (0)