Skip to content

Commit

Permalink
Bump version to 28.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Oct 3, 2017
1 parent e9fd39d commit efba974
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
28.0.1 2017-10-03
Fix concurrent race in `form` package's encoding caches
Fix encoding of pointer-based scalars (e.g. `Active *bool` in `Product)

28.0.0 2017-09-27
Change `Product.Get` to include `ProductParams` for request metadata
Fix sending extra parameters on product and SKU requests
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
28.0.0
28.0.1
2 changes: 1 addition & 1 deletion stripe.go
Expand Up @@ -28,7 +28,7 @@ const (
const apiversion = "2017-05-25"

// clientversion is the binding version
const clientversion = "28.0.0"
const clientversion = "28.0.1"

// 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 efba974

Please sign in to comment.