Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon de Groot committed Jun 19, 2020
1 parent 253f190 commit dd70841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.4.0] - 2020-06-19
### Added
- Invoice and invoice lines API endpoint.
- Transactions API endpoint.
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.1.0';
private const VERSION = '0.4.0';

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

0 comments on commit dd70841

Please sign in to comment.