Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-j committed Feb 27, 2020
1 parent 45ae2e9 commit 61e81f1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-cookie-consent` will be documented in this file.

## 1.0.1 - 2020-02-27

- Renamed all occurences of `CookieBot` to `Cookiebot`
- Updated `README.md`

## 1.0.0 - 2020-02-27

- Initial release
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Orchestra\Testbench\TestCase;
use Spatie\Snapshots\MatchesSnapshots;

class CookieBotProviderTest extends TestCase
class CookiebotProviderTest extends TestCase
{
use MatchesSnapshots;

Expand Down

0 comments on commit 61e81f1

Please sign in to comment.