# Change Log
All notable changes to this project will be documented in this file.

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

## [Unreleased]

## [2.0.0] - 2020-05-28
### Added
- [#3](https://github.com/Lexty/robokassa/pull/3): Add `Receipt` parameter
### Changed
- Minimum PHP version: PHP 7
### Fixed
- [#2](https://github.com/Lexty/robokassa/pull/2): Fix validation payment

## [1.0.1] - 2016-03-10
Nothing added or changed

## [1.0.0] - 2016-02-03
### Changed
- Changed the library interface: divide the `Payment` class into three classes: `Payment`, `Auth` and `Client`.

## [0.1.0] - 2016-01-30
Initial release

[Unreleased]: https://github.com/lexty/robokassa/compare/2.0.0...HEAD
[2.0.0]: https://github.com/lexty/robokassa/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/lexty/robokassa/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/lexty/robokassa/compare/0.1.0...1.0.0
