Skip to content

Commit

Permalink
Release v3.3.2
Browse files Browse the repository at this point in the history
- releases #9
  • Loading branch information
fulopattila122 committed Oct 22, 2024
1 parent f9d86ce commit cb2c49b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Address Module Changelog

## 3.3.2
##### 2024-10-22

- Fixed the AddressType enum def in the Address model to use the proxy instead of the hardcoded class by [Ouail](https://github.com/ouail) in [#9](https://github.com/artkonekt/address/pull/9)

## 3.3.1
##### 2024-04-10

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ php artisan concord:modules -a
+----+-----------------------+--------+---------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+-----------------------+--------+---------+------------------+-----------------+
| 1. | Konekt Address Module | Module | 3.3.1 | konekt.address | Konekt\Address |
| 1. | Konekt Address Module | Module | 3.3.2 | konekt.address | Konekt\Address |
+----+-----------------------+--------+---------+------------------+-----------------+
```
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 Address Module',
'version' => '3.3.1',
'version' => '3.3.2',
];

0 comments on commit cb2c49b

Please sign in to comment.