Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josecoelho committed Jun 20, 2018
1 parent 5eea148 commit 64fc678
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.0
- added save_content supporting all fields from updated api
- push_content is now deprecated in favour of save_content

## 4.1.0
- added get_last_rate_limit_info method call

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ An [API client library](https://getstarted.sailthru.com/developers/api-client/li
For installation instructions, documentation, and examples please visit:
[https://getstarted.sailthru.com/developers/api-client/ruby/](https://getstarted.sailthru.com/developers/api-client/ruby/)

## Running tests

1. `bundle install`
2. `bundle exec rake test`
2 changes: 1 addition & 1 deletion lib/sailthru/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sailthru
VERSION = '4.1.0'
VERSION = '4.2.0'
end

0 comments on commit 64fc678

Please sign in to comment.