Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
[bugfix] (PHPLIB-105) Updated changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Gabriel committed Jan 31, 2019
1 parent 56602fa commit 5ca7f28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.2.0][1.0.2.0]

### Added
* Made status information available in transactions (isSuccess, isError, isPending).

### Fixed
* Http-Request: Remove payload from DELETE call.
* DebugLog: Remove payload output from GET and DELETE calls.

### Changed
* Several code style issues.

## [1.0.1.0][1.0.1.0]

### Added
Expand Down Expand Up @@ -89,3 +101,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[1.0.0.0]: https://github.com/heidelpay/heidelpayPHP/compare/1.0.0-beta.2..1.0.0.0
[1.0.0.1]: https://github.com/heidelpay/heidelpayPHP/compare/1.0.0.0..1.0.0.1
[1.0.1.0]: https://github.com/heidelpay/heidelpayPHP/compare/1.0.0.1..1.0.1.0
[1.0.2.0]: https://github.com/heidelpay/heidelpayPHP/compare/1.0.1.0..1.0.2.0
2 changes: 1 addition & 1 deletion src/Heidelpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Heidelpay implements HeidelpayParentInterface
const BASE_URL = 'https://api.heidelpay.com/';
const API_VERSION = 'v1';
const SDK_TYPE = 'HeidelpayPHP';
const SDK_VERSION = '1.0.1.0';
const SDK_VERSION = '1.0.2.0';

/** @var string $key */
private $key;
Expand Down

0 comments on commit 5ca7f28

Please sign in to comment.