Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.20.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 41c32c9..80f28ff 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Plack-App-Proxy

+0.20
+        - Fix auto guessing of RewriteLocation.
+
 0.19
         - Add pluggable backends, since AnyEvent seems to be flaky on
           some systems. (doy)
  • Loading branch information
hiratara committed Jan 30, 2012
1 parent 7929d62 commit 566db52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Plack-App-Proxy

0.20
- Fix auto guessing of RewriteLocation.

0.19
- Add pluggable backends, since AnyEvent seems to be flaky on
some systems. (doy)
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/App/Proxy.pm
Expand Up @@ -7,7 +7,7 @@ use Plack::Request;
use Plack::Util;
use HTTP::Headers;

our $VERSION = '0.19';
our $VERSION = '0.20';

sub prepare_app {
my $self = shift;
Expand Down

0 comments on commit 566db52

Please sign in to comment.