Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJose123 authored and github-actions[bot] committed Feb 21, 2024
1 parent 3b72895 commit 99364f7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `filament-webhook-server` will be documented in this file.

## 2.0.1 - 2024-02-21

### What's Changed

* Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/MarJose123/filament-webhook-server/pull/17
* Bump actions/dependency-review-action from 3 to 4 by @dependabot in https://github.com/MarJose123/filament-webhook-server/pull/18
* Added boolean cast for verifySsl by @soixt in https://github.com/MarJose123/filament-webhook-server/pull/21

### New Contributors

* @soixt made their first contribution in https://github.com/MarJose123/filament-webhook-server/pull/21

**Full Changelog**: https://github.com/MarJose123/filament-webhook-server/compare/2.0.0...2.0.1

## 2.0.0 - Support Filament v3 - 2023-09-22

### What's Changed
Expand Down Expand Up @@ -72,6 +86,7 @@ return [




```
- Republish and run the migrations with:

Expand All @@ -82,6 +97,7 @@ php artisan vendor:publish --tag="filament-webhook-server-migrations"




```
```bash
php artisan migrate
Expand All @@ -90,6 +106,7 @@ php artisan migrate




```
to be able to add the new table

Expand Down

0 comments on commit 99364f7

Please sign in to comment.