Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Version bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 1, 2013
1 parent c794c85 commit de617ea
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 @@ -3,6 +3,14 @@ application_java Cookbook CHANGELOG
This file is used to list changes made in each version of the application_java cookbook.


v3.0.0
------
### Breaking
- Drops support for Chef 10

### Improvement
- **[COOK-3563](https://tickets.opscode.com/browse/COOK-3563)** - Replace calls to `Chef::Mixin::RecipeDefinitionDSLCore`

v2.0.0
------
### Bug
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 "Deploys and configures Java-based applications"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "2.0.1"
version "3.0.0"

%w{ java tomcat }.each do |cb|
depends cb
Expand Down

0 comments on commit de617ea

Please sign in to comment.