Skip to content

Commit

Permalink
Version bump after merging pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbaum committed Oct 20, 2019
1 parent 0ab34ac commit a1b6d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Laravel-Artisan Cookbook Changelog

## 1.0.2
* Fixed path to artisan file in schedule run command. [#2](https://github.com/sebbaum/laravel-artisan/pull/2)

## 1.0.1
* Adding some config params for supervisor [#1](https://github.com/sebbaum/laravel-artisan/pull/1)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description "Run laravel's artisan commands"
long_description "Run laravel's artisan commands on remote nodes"
version '1.0.1'
version '1.0.2'
chef_version '>= 12.1' if respond_to?(:chef_version)
supports 'ubuntu', '= 16.04'

Expand Down

0 comments on commit a1b6d5a

Please sign in to comment.