Skip to content

Commit

Permalink
Release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vphantom committed Mar 27, 2018
1 parent b744cb3 commit eb303fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions lib/Business/cXML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb303fe

Please sign in to comment.