Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakasim committed Jul 18, 2020
1 parent 5611a82 commit c40066c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
=========

NEXT
0.2.0
----
**_Development Release / 2020-07-18_**

_Please use this release with caution. Versions prior to 1.0.0
are considered development releases._

### Changes

Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Sdk
{
public const API_SOLUTION_NAME = 'Cakasim/PAYONE-PHP-SDK';
public const API_SOLUTION_VERSION = '0.1.0';
public const API_SOLUTION_VERSION = '0.2.0';

/**
* @var ContainerInterface The SDK service container.
Expand Down
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Base class for test cases.
*
* @author Fabian Böttcher <[email protected]>
* @since NEXT
* @since 0.2.0
*/
abstract class AbstractTestCase extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCaseContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* services and their components via convenient getters.
*
* @author Fabian Böttcher <[email protected]>
* @since NEXT
* @since 0.2.0
*/
class TestCaseContext
{
Expand Down

0 comments on commit c40066c

Please sign in to comment.