Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 30, 2018
1 parent 7e7e73d commit 70edc68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This file is used to list changes made in each version of the memcached cookbook.

## 5.1.0 (2018-01-30)

- Add 'binary-path' property to the resource
- Add 'no-restart' property to the resource

## 5.0.2 (2018-01-17)

- Use binary_path helper throughout code for consistency
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 'Installs memcached and includes memcached_instance resource for setting up runit memcached instances'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.0.2'
version '5.1.0'

depends 'runit', '>= 1.2.0'

Expand Down

0 comments on commit 70edc68

Please sign in to comment.