Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Sep 23, 2020
1 parent 3f51036 commit 86a9bb7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [0.2.1] - 2020-09-23

### Fixed
* Use correct namespaces for `Payments` and `PaymentInterface`. Props @arthurflooris.

## [0.2.0] - 2020-05-05

### Added
Expand All @@ -27,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* API v2 support for Client Contacts, Clients, Company, Invoice Messages, Invoice Payments, Invoices, Invoice Item Categories, Estimate Messages, Estimates, Estimate Item Categories, Expenses, Expense Categories, Tasks, Time Entries, Project User Assignments, Project Task Assignments, Projects, Roles, User Project Assignments, and Users.
* `AutoPagingIterator` to be used for list requests with automatic pagination.

[Unreleased]: https://github.com/wearerequired/harvest-api-php-client/compare/0.2.0...HEAD
[Unreleased]: https://github.com/wearerequired/harvest-api-php-client/compare/0.2.1...HEAD
[0.2.1]: https://github.com/wearerequired/harvest-api-php-client/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/wearerequired/harvest-api-php-client/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/wearerequired/harvest-api-php-client/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/wearerequired/harvest-api-php-client/compare/75bc0967f...0.1.0

0 comments on commit 86a9bb7

Please sign in to comment.