Skip to content

Commit 2798308

Browse files
committed
Release v0.6.9
1 parent 121d22b commit 2798308

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Business-cXML
22

3+
v0.6.9 2022-07-26
4+
Bugfix: work around double UTF-8 encoding issue
5+
36
v0.6.8 2022-07-14
47
Enhancement: validate from default DTD for documents missing "DOCTYPE"
58

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Business-cXML v0.6.8
1+
# Business-cXML v0.6.9
22

3-
[![Build Status](https://travis-ci.org/vphantom/Business-cXML.svg?branch=v0.6.8)](https://travis-ci.org/vphantom/Business-cXML) [![Coverage Status](https://coveralls.io/repos/github/vphantom/Business-cXML/badge.svg?branch=v0.6.8)](https://coveralls.io/github/vphantom/Business-cXML?branch=v0.6.8)
3+
[![Build Status](https://travis-ci.org/vphantom/Business-cXML.svg?branch=v0.6.9)](https://travis-ci.org/vphantom/Business-cXML) [![Coverage Status](https://coveralls.io/repos/github/vphantom/Business-cXML/badge.svg?branch=v0.6.9)](https://coveralls.io/github/vphantom/Business-cXML?branch=v0.6.9)
44

55
Perl implementation of cXML messaging.
66

lib/Business/cXML.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ use Scalar::Util 'blessed';
108108
use Business::cXML::Transmission;
109109

110110
BEGIN {
111-
our $VERSION = 'v0.6.8';
111+
our $VERSION = 'v0.6.9';
112112
our $CXML_VERSION = '1.2.036';
113113
our $USERAGENT = "Business::cXML.pm $VERSION";
114114
}
@@ -575,7 +575,7 @@ sub stringify {
575575
576576
=head1 VERSION
577577
578-
0.6.8 based on cXML DTD 1.2.036
578+
0.6.9 based on cXML DTD 1.2.036
579579
580580
=head1 AUTHOR
581581

0 commit comments

Comments
 (0)