Skip to content

Commit

Permalink
Release v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vphantom committed Feb 5, 2018
1 parent 00d06d5 commit bb61cb3
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.5 2018-02-05
Bugfix: Transmission.pm: avoid possible conflicts between methods and keys

v0.6.4 2018-02-01
Improve DTD validity by default
Carry deploymentMode from requests to responses
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.4
# Business-cXML v0.6.5

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

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.4';
our $VERSION = 'v0.6.5';
our $CXML_VERSION = '1.2.036';
our $USERAGENT = "Business::cXML.pm $VERSION";
}
Expand Down Expand Up @@ -538,7 +538,7 @@ sub stringify {
=head1 VERSION
0.6.4 based on cXML DTD 1.2.036
0.6.5 based on cXML DTD 1.2.036
=head1 AUTHOR
Expand Down

0 comments on commit bb61cb3

Please sign in to comment.