Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 27, 2018
1 parent 93c3030 commit 7e1e68d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions ChangeLog.md
@@ -1,6 +1,13 @@
## Changes Between 1.9.0 and 1.10.0 (unreleased)
## Changes Between 1.9.0 and 1.10.0 (Nov 27th, 2018)

No changes yet.
### Improved Resource Deserialisation

Bodies of responses with content length of 0 will no longer
be deserialised.

This improves compatibility with future versions of RabbitMQ
that will use Cowboy 2.7.0 or later, which doesn't include
the content-type header for blank responses (e.g. PUTs).


## Changes Between 1.9.0 and 1.9.1 (Oct 19th, 2017)
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbitmq/http/client/version.rb
@@ -1,7 +1,7 @@
module RabbitMQ
module HTTP
class Client
VERSION = "1.10.0.pre"
VERSION = "1.10.0"
end
end
end

0 comments on commit 7e1e68d

Please sign in to comment.