Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Bump version to v0.3.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jul 26, 2019
1 parent e6784a4 commit 618b77b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.0

- Add support for Stripe Express Connect Oauth flow
- Fix bug when passing string to Element#mount

## V0.2.0

- Add basic v3 support for Stripe Elements to Fake JS server
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fake_stripe (0.2.0)
fake_stripe (0.3.0)
capybara
sinatra
webmock
Expand Down Expand Up @@ -32,7 +32,7 @@ GEM
mini_portile2 (2.4.0)
multipart-post (2.1.1)
mustermann (1.0.3)
net-http-persistent (3.0.1)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
nio4r (2.4.0)
nokogiri (1.10.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/fake_stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FakeStripe
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 618b77b

Please sign in to comment.