Skip to content

Commit

Permalink
version bump + changelog update(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
djoos committed Mar 8, 2022
1 parent 194dcf4 commit 6c1d6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

This file is used to list changes made in each version (>= 2.4.0) of the composer cookbook.

## Unreleased
## 3.0.0 (2022-03-08)

- Remove unneeded dependencies on `apt` / `windows` cookbooks for resources now in core Chef
- Adds testing on Alma / Rocky Linux 8

### Breaking

- Remove dependency on `php` cookbook
- ⚠ This cookbook will no longer install PHP for you!
- Use e.g. the `php` cookbook directly to install PHP before including these recipes
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 '[email protected]'
license 'MIT'
description 'Installs/Configures Composer'
version '2.8.0'
version '3.0.0'
chef_version '>= 15.3'

%w(debian ubuntu redhat centos centos_stream fedora scientific amazon windows).each do |os|
Expand Down

0 comments on commit 6c1d6cd

Please sign in to comment.