Skip to content

Commit

Permalink
Bump version, add coverage icon [ch12133] (#61)
Browse files Browse the repository at this point in the history
* Bump version, add coverage icon [ch12133]

* changelog change
  • Loading branch information
pkopac authored May 6, 2019
1 parent 3af7f95 commit 9681549
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<p align="center">
<a href="https://badge.fury.io/rb/chartmogul-ruby"><img src="https://badge.fury.io/rb/chartmogul-ruby.svg" alt="Gem Version"></a>
<a href="https://travis-ci.org/chartmogul/chartmogul-ruby"><img src="https://travis-ci.org/chartmogul/chartmogul-ruby.svg?branch=master" alt="Travis project"></a>
<a href="https://codeclimate.com/github/chartmogul/chartmogul-ruby/test_coverage"><img src="https://api.codeclimate.com/v1/badges/40e8bdff4d1dbf2451de/test_coverage" /></a>
</p>

<hr>
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# chartmogul-ruby Change Log

## Version 1.3.1 - 6 May 2019
- Add #last method to Entries

## Version 1.3.0 - 5 March 2019
- Method #update_cancellation_dates added to allow users to update the cancellation dates on subscription.

## Version 1.2.2 - 21 December 2018
- Added connect subscriptions method

Expand Down
2 changes: 1 addition & 1 deletion lib/chartmogul/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChartMogul
VERSION = '1.3.0'.freeze
VERSION = '1.3.1'.freeze
end

0 comments on commit 9681549

Please sign in to comment.