Skip to content

Commit 3826bfb

Browse files
Release v5.2.1
1 parent 600262f commit 3826bfb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 5.x Series
44

5-
## Unreleased
6-
##### 2026-XX-YY
5+
## 5.2.1
6+
##### 2026-05-28
77

88
- Fixed the duplicate `SendEmailVerificationNotification` registration by adding an empty
99
`configureEmailVerification()` method to the `EventServiceProvider` classes -

src/Cart/Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 5.x Series
44

5-
## Unreleased
6-
##### 2026-XX-YY
5+
## 5.2.1
6+
##### 2026-05-28
77

88
- Fixed the duplicate `SendEmailVerificationNotification` registration by adding an empty
99
`configureEmailVerification()` method to the `EventServiceProvider` class -

src/Cart/resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Vanilo Cart Module',
7-
'version' => '5.2.0',
7+
'version' => '5.2.1',
88
];

src/Foundation/resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Vanilo Foundation',
7-
'version' => '5.2.0',
7+
'version' => '5.2.1',
88
];

0 commit comments

Comments
 (0)