** RELEASE 0.3.0 (2013-08-27) **

* 100th commit, woot!
* Target version 1.2.8 of API
* Added EtherpadLite::API_VERSION constant to reflect the above
* Added EtherpadLite::Pad#diff (EtherpadLite::Diff)
* Added EtherpadLite::Pad#changeset

** RELEASE 0.2.3 (2013-04-11) **

* Add support for Chat API
* Default to the latest supported API version on the server

** RELEASE 0.2.2 (2013-01-20) **

* Support for Etherpad Lite API v1.2.1

** RELEASE 0.2.1 (2012-12-13) **

* Support for the Etherpad Lite 1.2 release

** RELEASE 0.2.0 (2012-09-29) **

* Adds support for multiple API versions
* Use rest_client

** RELEASE 0.1.0 (07/07/2012) **

* Requires Etherpad Lite 1.1+
* Added support for getHTML, setHTML, listAuthorsOfPad, listPadsOfAuthor, getLastEdited, and padUsersCount
* Uses POST for API calls which alter data - this allows much larger pad content to be written
* Various minor improvements and bugfixes
* More complete documentation and examples

** RELEASE 0.0.4 (09/12/2011) **

* Bugfix to Pads. A Pad initialied with a specific revision was not returning that revision's text.

** RELEASE 0.0.3 (09/06/2011) **

* Added Instance#get_session
* Bugfixes to sessions

** RELEASE 0.0.2 (09/05/2011) **

* Bugfix to Pad#private=, documentation updates

** RELEASE 0.0.1 (08/30/2011) **

* Initial release
