Merge branch 'release/0.13.1'
This commit is contained in:
commit
e02b45a817
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ namespace App\Jobs;
|
||||||
|
|
||||||
use App\Bookmark;
|
use App\Bookmark;
|
||||||
use Illuminate\Bus\Queueable;
|
use Illuminate\Bus\Queueable;
|
||||||
|
use App\Services\BookmarkService;
|
||||||
use Illuminate\Queue\SerializesModels;
|
use Illuminate\Queue\SerializesModels;
|
||||||
use Illuminate\Queue\InteractsWithQueue;
|
use Illuminate\Queue\InteractsWithQueue;
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.13.1 (2017-11-20)
|
||||||
|
- A small fix when adding a new bookmark
|
||||||
|
|
||||||
## Version 0.13 (2017-11-17)
|
## Version 0.13 (2017-11-17)
|
||||||
- Update Browsershot to v3, uses puppeteer to control Chrome
|
- Update Browsershot to v3, uses puppeteer to control Chrome
|
||||||
- Improve bookmarks syndication
|
- Improve bookmarks syndication
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue