Skip to content

Commit

Permalink
Version bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Oct 1, 2015
1 parent 040b192 commit ec70398
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.0.3] - 2015-10-01
### Fixed
Payload 'to' attribute fix for smtpapi
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,13 @@ mail.smtpapi = header

## Deploying ##

`rake release`
1. Confirm tests pass `bundle exec rake test`
2. Bump the version in `lib/sendgrid/version.rb` and `spec/lib/sendgrid_spec.rb`
3. Update CHANGELOG.md
4. Commit Version bump vX.X.X
5. `rake release`
6. Push changes to GitHub
7. Release tag on GitHub vX.X.X

## Contributing ##

Expand Down
2 changes: 1 addition & 1 deletion lib/sendgrid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SendGrid
VERSION = '1.0.2'
VERSION = '1.0.3'
end
2 changes: 1 addition & 1 deletion spec/lib/sendgrid_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe 'SendGrid' do
it 'should have a version' do
expect(SendGrid::VERSION).to eq('1.0.2')
expect(SendGrid::VERSION).to eq('1.0.3')
end
end

0 comments on commit ec70398

Please sign in to comment.