diff --git a/CHANGELOG.md b/CHANGELOG.md index df7cc0be..258b2979 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,16 @@ 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.0-beta.2][1.0.0-beta.2] + +### Fix +* Fix result urls. +* Fix PhpDoc. + ## [1.0.0-beta.1][1.0.0-beta.1] ### Added * Beta release for the new php sdk. [1.0.0-beta.1]: https://github.com/heidelpay/heidelpayPHP/tree/1.0.0-beta.1 +[1.0.0-beta.2]: https://github.com/heidelpay/heidelpayPHP/tree/1.0.0-beta.2 diff --git a/src/Heidelpay.php b/src/Heidelpay.php index 9402266e..cf1139a4 100755 --- a/src/Heidelpay.php +++ b/src/Heidelpay.php @@ -50,7 +50,7 @@ class Heidelpay implements HeidelpayParentInterface { const BASE_URL = 'https://api.heidelpay.com/'; const API_VERSION = 'v1'; - const SDK_VERSION = 'HeidelpayPHP 1.0.0-beta.1'; + const SDK_VERSION = 'HeidelpayPHP 1.0.0-beta.2'; const DEBUG_MODE = false; /** @var string $key */