Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.1.14"
".": "7.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ This file is used to list changes made in each version of the firefox cookbook.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0](https://github.com/sous-chefs/firefox/compare/v6.1.14...v7.0.0) (2026-04-25)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v6.1.14...v7.0.0 Status: 404



### ⚠ BREAKING CHANGES

* migrate firefox to resource API ([#49](https://github.com/sous-chefs/firefox/issues/49))

### Features

* migrate firefox to resource API ([#49](https://github.com/sous-chefs/firefox/issues/49)) ([f8849e2](https://github.com/sous-chefs/firefox/commit/f8849e28e1ae0d5d72d429b50d722b9082b91a1f))


### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#43](https://github.com/sous-chefs/firefox/issues/43)) ([7a766d7](https://github.com/sous-chefs/firefox/commit/7a766d74328c8d29899a2605f2d415871f5829c9))

## [6.1.14](https://github.com/sous-chefs/firefox/compare/6.1.13...v6.1.14) (2025-10-15)


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 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs Mozilla Firefox on multiple operating systems'
version '6.1.14'
version '7.0.0'
source_url 'https://github.com/sous-chefs/firefox'
issues_url 'https://github.com/sous-chefs/firefox/issues'
chef_version '>= 15.3'
Expand Down
Loading