Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Feb 7, 2023
2 parents 1ef917c + 7365fe6 commit 9688d86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected].5
uses: dependabot/[email protected].6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `laravel-settings` will be documented in this file

## v2.2.0 - 2022-12-07

### What's Changed

- Allow cache to be temporarily disabled (via `temporarilyDisableCache()`)

**Full Changelog**: https://github.com/rawilk/laravel-settings/compare/v2.1.1...v2.2.0

## v2.1.1 - 2022-12-06

### What's Changed
Expand Down

0 comments on commit 9688d86

Please sign in to comment.