From bb61cb337b1db8cf4aee4466c9ff52ee4b857963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lavergne?= Date: Mon, 5 Feb 2018 14:59:26 -0500 Subject: [PATCH] Release v0.6.5 --- Changes | 3 +++ README | 4 ++-- lib/Business/cXML.pm | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 1d16901..0721c9a 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/README b/README index 3304f0b..af9b0cb 100644 --- a/README +++ b/README @@ -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. diff --git a/lib/Business/cXML.pm b/lib/Business/cXML.pm index dca2560..38e15c0 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.4'; + our $VERSION = 'v0.6.5'; our $CXML_VERSION = '1.2.036'; our $USERAGENT = "Business::cXML.pm $VERSION"; } @@ -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