Skip to content

Commit

Permalink
Bump version to 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Mar 2, 2016
1 parent 54f1881 commit 7d56fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
12.0.0 2016-02-02
Add support for fetching events for managed accounts (`event.Get` now takes `Params`)

11.5.0 2016-02-26
Allow a `PII.PersonalIDNumber` number to be used to create a token

Expand Down
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
const apiversion = "2015-07-13"

// clientversion is the binding version
const clientversion = "11.5.0"
const clientversion = "12.0.0"

// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
// This is chosen to be consistent with the other Stripe language libraries and
Expand Down

0 comments on commit 7d56fd4

Please sign in to comment.