Merge branch 'release/0.13.1'

This commit is contained in:
Jonny Barnes 2017-11-20 12:52:48 +00:00
commit e02b45a817
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ namespace App\Jobs;
use App\Bookmark;
use Illuminate\Bus\Queueable;
use App\Services\BookmarkService;
use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.13.1 (2017-11-20)
- A small fix when adding a new bookmark
## Version 0.13 (2017-11-17)
- Update Browsershot to v3, uses puppeteer to control Chrome
- Improve bookmarks syndication