Skip to content

Commit

Permalink
Version Bump v5.2.0: PR #234: Helpers for email statistics - global, …
Browse files Browse the repository at this point in the history
…category, subuser
  • Loading branch information
thinkingserious committed Oct 31, 2017
1 parent 42e6a49 commit 0ee1850
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [5.2.0] - 2017-10-30 ##
### Added
- PR #234: Helpers for email statistics - global, category, subuser
- Thanks to [Awin Abi](https://github.com/awinabi) for the pull request!

## [5.1.0] - 2017-9-1 ##
### Added
- #173: Update ruby-http-client dependency
Expand Down
2 changes: 1 addition & 1 deletion lib/sendgrid/version.rb
@@ -1,3 +1,3 @@
module SendGrid
VERSION = '5.1.0'
VERSION = '5.2.0'
end
2 changes: 1 addition & 1 deletion test/sendgrid/test_sendgrid-ruby.rb
Expand Up @@ -55,7 +55,7 @@ def test_init
')
assert_equal(test_headers, sg.request_headers)
assert_equal("v3", sg.version)
assert_equal("5.1.0", SendGrid::VERSION)
assert_equal("5.2.0", SendGrid::VERSION)
assert_instance_of(SendGrid::Client, sg.client)
end

Expand Down

0 comments on commit 0ee1850

Please sign in to comment.