Skip to content

Commit

Permalink
Update to 1.0.6 Exceptions return results from sparkpost
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcharlton committed Jul 3, 2017
1 parent 0922e04 commit 92ffbae
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 @@ -807,6 +807,10 @@ simple_spark.templates.delete(yourtemplateid)

## Changelog

### 1.0.6

- Exceptions now return SparkPost results object too

### 1.0.5

- Add Account API Endpoint
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_spark/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleSpark
VERSION = '1.0.5'
VERSION = '1.0.6'
end

0 comments on commit 92ffbae

Please sign in to comment.