diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dd188..003a8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,16 @@ This changelog follows [the Keep a Changelog standard](https://keepachangelog.com). -## [Unreleased](https://github.com/github-php/sponsors/compare/0.2.0...main) +## [Unreleased](https://github.com/github-php/sponsors/compare/0.3.0...main) -## [0.2.0](https://github.com/github-php/sponsors/compare/0.1.0...0.2.0) +## [0.3.0 (2021-09-08)](https://github.com/github-php/sponsors/compare/0.2.0...0.3.0) + +### Added +- Add `hasSponsors()` and `sponsors()` methods ([#17](https://github.com/github-php/sponsors/pull/17)) + + +## [0.2.0 (2021-08-27)](https://github.com/github-php/sponsors/compare/0.1.0...0.2.0) ### Changed - Adopt fluent syntax ([#15](https://github.com/github-php/sponsors/pull/15), [3ad22f6](https://github.com/github-php/sponsors/commit/3ad22f65c17da6cb303dbd5df43ee5ffb35fa8a9))