Skip to content

Commit

Permalink
Specify API version compatibility in README (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm authored and snewcomer committed Sep 11, 2018
1 parent af4e18f commit d7afe5f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ The old `1.x.x` line of releases has been kept and is being published separately

The actively developed line of releases is `2.x.x` and is contained within the `master` branch. New features are being added to this line of releases, so to develop this library further, create pull requests against the master branch.

2.x.x Works with Stripe API version 2018-08-23
`:stripity_stripe` | Stripe API Version
------------ | -------------
`2.0.x` | `2018-02-28`
`2.1.x - 2.2.x` | `2018-05-21`
`master` | `2018-08-23`

# Documentation

Expand All @@ -31,7 +35,7 @@ The actively developed line of releases is `2.x.x` and is contained within the `
Install the dependency:

```ex
{:stripity_stripe, "~> 2.0"}
{:stripity_stripe, "~> 2.0.0"}
```

Next, add to your applications:
Expand Down

0 comments on commit d7afe5f

Please sign in to comment.