Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 24, 2020
1 parent 39f95c9 commit 6f2214a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.2

* [FIX] Remove old billable migration

### 2.1.1

* [FIX] The `charge` method now raises `Pay::BraintreeError` when a
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pay (2.1.1)
pay (2.1.2)
rails (>= 4.2)

GEM
Expand Down Expand Up @@ -188,7 +188,6 @@ PLATFORMS

DEPENDENCIES
braintree (>= 2.92.0, < 3.0)
bundler
byebug
minitest-rails (~> 6)
mocha
Expand Down
2 changes: 1 addition & 1 deletion lib/pay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pay
VERSION = "2.1.1"
VERSION = "2.1.2"
end

0 comments on commit 6f2214a

Please sign in to comment.