Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriarte-mendez committed Oct 12, 2020
1 parent 5e29940 commit 3ab688a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [1.1.0](http://bitbucket.ratepay.com:7999///compare/1.0.3...1.1.0) (2020-10-12)


### Features

* update version on contant file ([1e3c609](http://bitbucket.ratepay.com:7999///commit/1e3c609173f5bc6fe34a21d2f4767821c7b66c55))

### [1.0.3](http://bitbucket.ratepay.com:7999///compare/1.0.2...1.0.3) (2020-09-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RatePAY Integration Toolkit for PHP
| Repository | Common RatePAY PHP Library
|------------|----------
| Author | Eduardo Iriarte-Mendez
| Version | `1.0.3` [Changelog](./CHANGELOG.md)
| Version | `1.1.0` [Changelog](./CHANGELOG.md)
| Link | http://www.ratepay.com
| Mail | [email protected]

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ratepay/php-library",
"description": "Ratepay Payment-API PHP Library",
"version": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"type": "library",
"homepage": "https://ratepay.gitbook.io/docs/",
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Request/SubModel/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Constants
/**
* Library version.
*/
const LIBRARY_VERSION = '0.9.5';
const LIBRARY_VERSION = '1.1.0';

/**
* Supported RatePAY API version.
Expand Down

0 comments on commit 3ab688a

Please sign in to comment.