Skip to content

Commit

Permalink
Bump version to 1.1.0 and describe changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Jan 29, 2016
1 parent 2bdaf10 commit a0883e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Nap couldn't be the shining beacon in the eternal darkness without help from:

For all other great human beings, please visit the GitHub contributors page.

## Changes from 1.0.0 to 1.1.0

* REST::Request now allows all HTTP verbs to send a body entity.

## Changes from 0.8.0 to 1.0.0

* Removed REST::DisconnectedError, please use REST::Error::Connection instead.
2 changes: 1 addition & 1 deletion lib/rest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# requests. See REST::Error for a complete discussion of options.
module REST
# Library version
VERSION = '1.0.0'
VERSION = '1.1.0'

# Performs a GET on a resource. See REST::Request.new for a complete discussion of options.
#
Expand Down

0 comments on commit a0883e8

Please sign in to comment.