Skip to content

Commit

Permalink
updating CHANGELOG and bumping metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Oct 23, 2015
1 parent 3a44894 commit 3ebc413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
apt Cookbook CHANGELOG
======================

v2.9.0 (Unreleased)
v2.9.0
-------------------
- Add `sensitive` flag for apt\_repositories
- Enable installation of recommended or suggested packages
- Tidy up `apt-get update` logic
- Fixing not_if guard on ruby_block[validate-key #{key}]

v2.8.2 (2015-08-24)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
issues_url 'https://github.com/chef-cookbooks/apt/issues' if respond_to?(:issues_url)
source_url 'https://github.com/chef-cookbooks/apt' if respond_to?(:source_url)
version '2.8.2'
version '2.9.0'
recipe 'apt', 'Runs apt-get update during compile phase and sets up preseed directories'
recipe 'apt::cacher-ng', 'Set up an apt-cacher-ng caching proxy'
recipe 'apt::cacher-client', 'Client for the apt::cacher-ng caching proxy'
Expand Down

0 comments on commit 3ebc413

Please sign in to comment.