Skip to content

Commit

Permalink
bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Oct 16, 2014
1 parent ce05a5a commit ae9be33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ solrcloud CHANGELOG

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

0.4.2
-----

- timoschmidt - added attribute force_upload to zkconfigset lwrp to always upload
zkconfigsets to zookeeper, useful when manage configset separately

- timoschmidt - create directory for JETTY_RUN if missing for debian platform family

- vkhatri - added attribute for jetty context configuration


0.3.9
-----

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/Configures Apache Solr'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.9'
version '0.4.2'

depends "java"
depends "ulimit"
Expand Down

0 comments on commit ae9be33

Please sign in to comment.