Skip to content

Commit

Permalink
Bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 26, 2013
1 parent 04aa008 commit e2893e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/neography/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def handle_4xx_500_response(response, code, body)
message = parsed_body["message"]
stacktrace = parsed_body["stacktrace"]

@logger.error "#{response} error: #{body}" if @log_enabled
@logger.error "#{response.dump} error: #{body}" if @log_enabled
raise_errors(code, parsed_body["exception"], message, stacktrace)
end

Expand Down
2 changes: 1 addition & 1 deletion lib/neography/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neography
VERSION = "1.3.2"
VERSION = "1.3.3"
end

0 comments on commit e2893e9

Please sign in to comment.