diff --git a/Changes b/Changes index 4d4ebf8..7bd7c56 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension WebService::Solr. -NEXT +0.23 2014-02-07 16:58 - Fix a bug in Webservice::Solr::Query::stringify() where it would sometimes modify the query argument structure passed in. This would make subsequent calls to stringify be broken and wrong, or even blow up. diff --git a/lib/WebService/Solr.pm b/lib/WebService/Solr.pm index 5504ceb..bae6a26 100644 --- a/lib/WebService/Solr.pm +++ b/lib/WebService/Solr.pm @@ -35,7 +35,7 @@ has 'last_response' => ( isa => 'Maybe[WebService::Solr::Response]', ); -our $VERSION = '0.22'; +our $VERSION = '0.23'; sub BUILDARGS { my ( $self, $url, $options ) = @_; @@ -397,10 +397,9 @@ Kirk Beers =head1 COPYRIGHT AND LICENSE -Copyright 2008-2013 National Adult Literacy Database +Copyright 2008-2014 National Adult Literacy Database This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut -