Skip to content

Commit

Permalink
Merge branch 'master' of github.com:craftsys/msg91-php
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar committed Sep 29, 2020
2 parents 4446f5a + 634c718 commit 470c865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.12.0](https://github.com/craftsys/msg91-php/compare/v0.11.2...v0.12.0) (2020-09-29)


### Features

* **variables:** add method to set variable for sms ([9f49f6a](https://github.com/craftsys/msg91-php/commit/9f49f6a063b89d140df2d392d2dfcb6d1b132a93))

## [0.11.2](https://github.com/craftsys/msg91-php/compare/v0.11.1...v0.11.2) (2020-09-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ $client->sms()

## Handling Responses

All the services will return `\Craftsys\Msg91\Response` instance for all successfully responses and will throw
All the services will return `\Craftsys\Msg91\Support\Response` instance for all successfully responses and will throw
exceptions if

- \Craftsys\Msg91\Exceptions\ValidationException: request validation failed
Expand Down

0 comments on commit 470c865

Please sign in to comment.