Skip to content

Commit d9e47e1

Browse files
committed
Update changelog
1 parent e3f0916 commit d9e47e1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.2] - 2019-09-16
6+
### Changed
7+
- Views now get published as well when running `artisan vendor:publish`
8+
59
## [2.0.1] - 2019-09-16
610
### Changed
711
- Added support for Laravel ^6.0
@@ -90,3 +94,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9094
[0.2.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.1.1...0.2.0
9195

9296
[0.1.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.1.0...0.1.1
97+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Code Climate](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui/badges/gpa.svg)](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui)
44
[![Build Status](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui.svg?branch=master)](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui)
55
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f/mini.png)](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f)
6-
[![Current Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://img.shields.io/badge/version-2.0.0-blue.svg)
6+
[![Current Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://img.shields.io/badge/version-2.0.2-blue.svg)
77
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)
88

99
![](preview.png)
@@ -62,3 +62,4 @@ This will place a `beanstalkdui.php` in your application's `config` folder. Insi
6262
| `prefix` | '' | Route prefix that should be applied the Admin UI routes. |
6363
| `failed_jobs` | `true` | Defines if you want to be able to also manage your failed jobs through the UI. If set to `true` an additional table containing all failed jobs for the current tube will be displayed. |
6464
| `failed_jobs_table` | `failed_jobs` | The name of the table containing your failed jobs. |
65+

0 commit comments

Comments
 (0)