From 4f9f0c1624f332b573412f07a27da89b007863b0 Mon Sep 17 00:00:00 2001 From: riasvdv Date: Wed, 22 Jun 2022 06:55:50 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6880432..80a71d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-onboard` will be documented in this file. +## 2.1.0 - 2022-06-22 + +### What's Changed + +- Fix code example by @tompec in https://github.com/spatie/laravel-onboard/pull/1 +- Excluding steps based on condition by @MohmmedAshraf in https://github.com/spatie/laravel-onboard/pull/3 + +### New Contributors + +- @tompec made their first contribution in https://github.com/spatie/laravel-onboard/pull/1 +- @MohmmedAshraf made their first contribution in https://github.com/spatie/laravel-onboard/pull/3 + +**Full Changelog**: https://github.com/spatie/laravel-onboard/compare/2.0.0...2.1.0 + ## 2.0.0 - 2022-06-17 ### What's changed