Skip to content

Commit

Permalink
Merge pull request #14 from mooore-digital/release_version_0.5.0
Browse files Browse the repository at this point in the history
Release version 0.5.0
  • Loading branch information
Timon de Groot authored Oct 23, 2020
2 parents 40e73d6 + dcbf9f4 commit 213a3c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2020-10-23
### Added
- Resource relationships for Customer, Invoice, Subscription and SubscriptionPlan.
- Support for Guzzle 7 (required by Laravel 8)

## [0.4.0] - 2020-06-19
### Added
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Mooore Digital",
"email": "info@mooore.nl"
},
{
"name": "Timon de Groot",
"email": "timon@mooore.nl"
}
],
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.3|^7.0.1",
"ext-json": "*",
"composer/ca-bundle": "^1.1",
"ext-json": "*"
"guzzlehttp/guzzle": "^6.3|^7.0.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/eCurringHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class eCurringHttpClient
/**
* eCurring HTTP Client Version.
*/
private const VERSION = '0.4.0';
private const VERSION = '0.5.0';

/**
* HTTP status code 204 - No content
Expand Down

0 comments on commit 213a3c7

Please sign in to comment.