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

Commit

Permalink
Merge pull request #15 from heidelpay/change/PHPLIB-59/beta1-release
Browse files Browse the repository at this point in the history
[change] (PHPLIB-59) Update version and Changelog for beta release.
  • Loading branch information
Simon Gabriel authored Nov 1, 2018
2 parents f3b911b + e874abe commit db9fd78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ 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).

## [v1.0.0][v1.0.0]
## [1.0.0-beta.1][1.0.0-beta.1]

### Added
* Beta release for the new php sdk.

[v1.0.0]: https://github.com/heidelpay/heidelpayPhpSdk/tree/v1.0.0
[1.0.0-beta.1]: https://github.com/heidelpay/heidelpayPhpSdk/tree/1.0.0-beta.1
2 changes: 1 addition & 1 deletion src/Heidelpay.php
100644 → 100755
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_VERSION = 'HeidelpayPHP 1.0.0-beta';
const SDK_VERSION = 'HeidelpayPHP 1.0.0-beta.1';
const DEBUG_MODE = false;

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

0 comments on commit db9fd78

Please sign in to comment.