diff --git a/Changes b/Changes index 8c866a5..4a04321 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Business-cXML +v0.6.7 2018-03-27 + Enhancement: built-in logging removes line-breaking whitespace from XML + v0.6.6 2018-02-15 New: debug and trace logging levels New: POSR extrinsic "UserId" diff --git a/README b/README index cfba210..dc2efb7 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -# Business-cXML v0.6.6 +# Business-cXML v0.6.7 -[![Build Status](https://travis-ci.org/vphantom/Business-cXML.svg?branch=v0.6.6)](https://travis-ci.org/vphantom/Business-cXML) [![Coverage Status](https://coveralls.io/repos/github/vphantom/Business-cXML/badge.svg?branch=v0.6.6)](https://coveralls.io/github/vphantom/Business-cXML?branch=v0.6.6) +[![Build Status](https://travis-ci.org/vphantom/Business-cXML.svg?branch=v0.6.7)](https://travis-ci.org/vphantom/Business-cXML) [![Coverage Status](https://coveralls.io/repos/github/vphantom/Business-cXML/badge.svg?branch=v0.6.7)](https://coveralls.io/github/vphantom/Business-cXML?branch=v0.6.7) Perl implementation of cXML messaging. diff --git a/lib/Business/cXML.pm b/lib/Business/cXML.pm index e949a2c..bdeac72 100644 --- a/lib/Business/cXML.pm +++ b/lib/Business/cXML.pm @@ -108,7 +108,7 @@ use Scalar::Util 'blessed'; use Business::cXML::Transmission; BEGIN { - our $VERSION = 'v0.6.6'; + our $VERSION = 'v0.6.7'; our $CXML_VERSION = '1.2.036'; our $USERAGENT = "Business::cXML.pm $VERSION"; } @@ -575,7 +575,7 @@ sub stringify { =head1 VERSION -0.6.6 based on cXML DTD 1.2.036 +0.6.7 based on cXML DTD 1.2.036 =head1 AUTHOR