Skip to content

Commit fdca16d

Browse files
committed
Updated changelog, readme and version
1 parent ad76fe7 commit fdca16d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121
### Removed --->
2222

23+
## 0.5.0 - 2021-05-31
24+
### Added
25+
- Language support
26+
### Fixed
27+
- Bug when converting lead to deal
28+
2329
## 0.4.0 - 2021-05-21
2430
### Added
2531
- Products & product categories

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ https://spatie.be/docs/laravel-permission/v4/installation-laravel
4545
#### Step 4. Require the current package using composer:
4646

4747
```bash
48-
composer require venturedrake/laravel-crm:^0.4
48+
composer require venturedrake/laravel-crm:^0.5
4949
```
5050

5151
#### Step 5. Publish the migrations, config & assets
@@ -127,12 +127,12 @@ Note if you modified the route_prefix setting from the default the above url wil
127127

128128
## Upgrade
129129

130-
### Upgrading from 0.3 to 0.4
130+
### Upgrading from 0.3
131131

132132
#### Step 1. Run the following to the update migrations and publish assets:
133133

134134
```bash
135-
composer require venturedrake/laravel-crm::^0.4
135+
composer require venturedrake/laravel-crm::^0.5
136136
php artisan vendor:publish --provider="VentureDrake\LaravelCrm\LaravelCrmServiceProvider" --tag="migrations"
137137
php artisan vendor:publish --provider="VentureDrake\LaravelCrm\LaravelCrmServiceProvider" --tag="assets" --force
138138
php artisan migrate

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '0.4.0',
16+
'version' => '0.5.0',
1717

1818
];

0 commit comments

Comments
 (0)