Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Oct 25, 2016
2 parents bb86664 + c19db94 commit c865848
Show file tree
Hide file tree
Showing 14 changed files with 635 additions and 137 deletions.
38 changes: 19 additions & 19 deletions CHANGES.md
@@ -1,4 +1,4 @@
## [4.2.0](https://github.com/Nexmo/ruby-nexmo/tree/v4.2.0)
# 4.2.0

* Added get_sms_pricing method

Expand All @@ -10,15 +10,15 @@

* Added more clearly named methods for Verify API

## [4.1.0](https://github.com/Nexmo/ruby-nexmo/tree/v4.1.0)
# 4.1.0

* Added topup method

* Added update_settings method

* Added api_host option

## [4.0.0](https://github.com/Nexmo/ruby-nexmo/tree/v4.0.0)
# 4.0.0

* Removed exception behaviour from #send_message

Expand All @@ -44,13 +44,13 @@

* Changed license from LGPL-3.0 to MIT

## [3.1.0](https://github.com/Nexmo/ruby-nexmo/tree/v3.1.0)
# 3.1.0

* Renamed #number_search method to #get_available_numbers

* Added #control_verification_request method

## [3.0.0](https://github.com/Nexmo/ruby-nexmo/tree/v3.0.0)
# 3.0.0

* Removed :http accessor

Expand All @@ -64,7 +64,7 @@

* Added license info

## [2.0.0](https://github.com/Nexmo/ruby-nexmo/tree/v2.0.0)
# 2.0.0

* Dropped support for Ruby 1.8.7

Expand All @@ -88,7 +88,7 @@

* Added Voice API methods

## [1.3.0](https://github.com/Nexmo/ruby-nexmo/tree/v1.3.0)
# 1.3.0

* Added Nexmo::Client#buy_number method

Expand All @@ -98,35 +98,35 @@

* Added :host option for specifying a different hostname to connect to

## [1.2.0](https://github.com/Nexmo/ruby-nexmo/tree/v1.2.0)
# 1.2.0

* Added initializer block functionality for tweaking response behaviour

* Deprecated the :json option (use an initializer block instead)

## [1.1.0](https://github.com/Nexmo/ruby-nexmo/tree/v1.1.0)
# 1.1.0

* Added default lookup of NEXMO_API_KEY and NEXMO_API_SECRET environment variables

* Added preliminary/experimental support for [Nexmo OAuth](https://labs.nexmo.com/#oauth) (beta)

## [1.0.0](https://github.com/Nexmo/ruby-nexmo/tree/v1.0.0)
# 1.0.0

* Ruby 1.8.7 compatibility

* Rewrote Nexmo::Client#send_message

* Added Nexmo::Client#send_message! method

## [0.5.0](https://github.com/Nexmo/ruby-nexmo/tree/v0.5.0)
# 0.5.0

* Added Nexmo::Client#search_messages method

* Changed Nexmo::Response#object to return hash instead of Nexmo::Object

* Added :json option for specifying an alternate JSON implementation

## [0.4.0](https://github.com/Nexmo/ruby-nexmo/tree/v0.4.0)
# 0.4.0

* Added Nexmo::Client#get_balance method

Expand All @@ -142,30 +142,30 @@

* Added Nexmo::Client#get_message_rejections method

## [0.3.1](https://github.com/Nexmo/ruby-nexmo/tree/v0.3.1)
# 0.3.1

* Fixed content type checking (thanks @dbrock)

## [0.3.0](https://github.com/Nexmo/ruby-nexmo/tree/v0.3.0)
# 0.3.0

* Fixed Nexmo::Client#send_message for unexpected HTTP responses

## [0.2.2](https://github.com/Nexmo/ruby-nexmo/tree/v0.2.2)
# 0.2.2

* Added Nexmo status code to error messages

## [0.2.1](https://github.com/Nexmo/ruby-nexmo/tree/v0.2.1)
# 0.2.1

* No significant changes

## [0.2.0](https://github.com/Nexmo/ruby-nexmo/tree/v0.2.0)
# 0.2.0

* Added Nexmo::Client#headers method

## [0.1.1](https://github.com/Nexmo/ruby-nexmo/tree/v0.1.1)
# 0.1.1

* Ruby 1.8.7 compatibility

## [0.1.0](https://github.com/Nexmo/ruby-nexmo/tree/v0.1.0)
# 0.1.0

* First version!

0 comments on commit c865848

Please sign in to comment.