Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Version bump 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eherot committed Dec 5, 2016
1 parent 308a648 commit 219bb5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This file is used to list changes made in each version of zookeeper.

## v8.1.1

### Fixes

* Update checksum to match that of version 3.4.9 (fixes #194)
* Actually test sending checksum in attributes to `zookeeper` resource when setting up test instance (Relates to #194)
* In `zookeeper` resource, `if property_is_set? new_resource.checksum` always returns false. Use `if new_resource.checksum` instead.

## v8.1.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'devops@evertrue.com'
license 'Apache v2.0'
description 'Installs/Configures zookeeper'
version '8.1.0'
version '8.1.1'

issues_url 'https://github.com/evertrue/zookeeper-cookbook/issues' if respond_to?(:issues_url)
source_url 'https://github.com/evertrue/zookeeper-cookbook/' if respond_to?(:source_url)
Expand Down

0 comments on commit 219bb5f

Please sign in to comment.