From 901eca1aaf211818f7b7b9ea4bcbd8c3a4572961 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Tue, 12 Mar 2024 16:14:09 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d4997..44a1b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-jetstream-passport` will be documented in this file. +## v1.0.0 - 2024-03-12 + +### What's Changed + +* allow arch pest plugin by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/7 +* new component path by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/8 +* update component path for oauth2 by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/12 +* update readme for tailwind config by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/13 +* dark mode support for oauth2 flow by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/16 +* more betterer styles by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/17 +* update badges by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/20 + +**Full Changelog**: https://github.com/headerx/laravel-jetstream-passport/compare/v0.30...v1.0.0 + ## v0.30 - 2024-01-30 ### What's Changed