From 950a5203bb27c21b549742ce3dec05df1e331b59 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sat, 9 Mar 2019 12:33:57 -0700 Subject: [PATCH] Release HTTP-AnyUA 0.903 * Fix bug in Runtime middleware calling ->transform in void context for backends returning Futures. --- Changes | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8b873eb..ea9d312 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for HTTP-AnyUA. {{$NEXT}} +0.903 2019-03-09 12:33:20-07:00 MST7MDT + + * Fix bug in Runtime middleware calling ->transform in void context for + backends returning Futures. + 0.902 2019-03-02 14:07:59-07:00 MST7MDT * Add RequestHeaders middleware diff --git a/README.md b/README.md index d7d3a28..3ff0198 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ HTTP::AnyUA - An HTTP user agent programming interface unification layer # VERSION -version 0.902 +version 0.903 # SYNOPSIS -- 2.43.0