Skip to content

Commit

Permalink
Merge pull request #467 from recurly/ga
Browse files Browse the repository at this point in the history
Updating version to GA 3.0.0
  • Loading branch information
bhelx authored Mar 3, 2020
2 parents 2abffad + 6b2011e commit 1b0bf32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ This repository houses the official php client for Recurly's V3 API.
Documentation for the HTTP API and example code can be found
[on our Developer Portal](https://developers.recurly.com/api/latest/).

> *Warning*:
> This library is currently in a beta phase. We are seeking feedback from the community and doing some final testing. Because of this,
> breaking changes may be published at any time until we publish `3.0.0`.
## Getting Started

### Installing
Expand All @@ -21,7 +17,7 @@ This package is published on Packagist under the name [recurly/recurly-client](h
```json
{
"require": {
"recurly/recurly-client": "3.0.0-beta5"
"recurly/recurly-client": "3.0.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recurly/recurly-client",
"version": "3.0.0-beta2",
"version": "3.0.0",
"type": "library",
"description": "The PHP client library for the Recurly API",
"keywords": ["recurly", "payments", "pay"],
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
public const CURRENT = '3.0.0-beta5';
public const CURRENT = '3.0.0';
}

0 comments on commit 1b0bf32

Please sign in to comment.