Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 25, 2024
1 parent 4d7fb75 commit ba753e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Customer Module Changelog

## Unreleased
##### 2024-XX-YY
## 3.1.0
##### 2024-11-25

- Added CustomerPurchases
- Added the Customer purchases table and model

## 3.0.0
##### 2024-04-25
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ php artisan concord:modules -a
+----+------------------------+--------+---------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+------------------------+--------+---------+------------------+-----------------+
| 1. | Konekt Customer Module | Module | 3.0.0 | konekt.customer | Konekt\Customer |
| 1. | Konekt Customer Module | Module | 3.1.0 | konekt.customer | Konekt\Customer |
+----+------------------------+--------+---------+------------------+-----------------+
```

Expand Down
2 changes: 1 addition & 1 deletion src/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Konekt Customer Module',
'version' => '3.0.0'
'version' => '3.1.0'
];

0 comments on commit ba753e5

Please sign in to comment.