Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon de Groot committed Jun 19, 2020
1 parent e3a62e7 commit 253f190
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

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

## [Unreleased]
### Added
- Invoice and invoice lines API endpoint.
- Transactions API endpoint.
- Unit tests for all resources.
### Changed
- Resource type is now integrated in endpoint implementations.
### Fixed
- ID not present in payload for update subscription.
- PostalCode not set for Customer.

## [0.3.0] - 2019-11-27
### Changed
- Changed vendor name from Marissen to Mooore.

## [0.2.0] - 2019-09-05
### Added
- PHP version check to make sure we're running on the right version.

## [0.1.1] - 2019-04-25
### Added
- Passing extra attributes to Customer::createSubscription and SubscriptionPlan::createSubscription() is now possible.
### Changed
- Moved status values from inplace strings to class constants in resource Subscription.

## [0.1.0] - 2019-04-05
### Added
- Initial release.

0 comments on commit 253f190

Please sign in to comment.