From f26401d0670e5dafdff21996efb07b56b22297a4 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 8 Sep 2021 23:13:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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))