Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriarte-mendez committed Apr 1, 2020
1 parent 7d9fe18 commit 4ce1e43
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"header": "# PHP-Library Changelog",
"tagPrefix": "",
"bumpfiles": [
{
"filename": "composer.json",
"type": "json"
}
]
}

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PHP-Library Changelog
## [1.0.0](http://bitbucket.ratepay.com:7999///compare/0.10.1...1.0.0) (2020-04-01)


### Features

* **i18n:** add support for other languages ([a57bfba](http://bitbucket.ratepay.com:7999///commit/a57bfba414ec22668640130874c899eef78b49e4))
* Add fax and mobile attributes to contacts model ([10b510f](http://bitbucket.ratepay.com:7999///commit/10b510f657d40eaa4fd8e60e640cf1980aa76df2))
* Add support for zero percent installment ([f62331e](http://bitbucket.ratepay.com:7999///commit/f62331eaa2f4b9081dd1ca1f2a7c35f69486d053))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RatePAY Integration Toolkit for PHP

| Repository | Common RatePAY PHP Library
|------------|----------
| Author | Marc Trösken, Eduardo Iriarte-Mendez
| Version | `0.10.1`
| Author | Eduardo Iriarte-Mendez
| Version | `1.0.1`
| Link | http://www.ratepay.com
| Mail | [email protected]

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ratepay/php-library",
"description": "RatePAY API PHP Library",
"version": "0.10.1",
"version": "1.0.0",
"license": "MIT",
"type": "library",
"homepage": "https://ratepay.gitbook.io/docs/",
Expand Down Expand Up @@ -34,7 +34,7 @@
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"RatePAY\\" : "src/"
"RatePAY\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 4ce1e43

Please sign in to comment.