# Changelog

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

## 1.5.0 - 2022-01-31
- Laravel 9 support
- Runtime group name change using `app('app-settings')->setStorageGroup('my-storage-group')`


## 1.4.0 - 2020-09-24
- Laravel 8 support

## 1.3.0 - 2020-03-22
- Laravel 7 support

## 1.2.0 - 2019-09-05

- Laravel 6 support

## 1.1.0 - 2019-08-14

- Group Settings by name

## 1.0.2 - 2018-10-10

Package has been split into two parts
- `qcod/laravel-app-settings` which keeps the current API without any breaking changes and
- `qcod/laravel-settings` to store a key-value pair in the database

## 1.0.1 - 2018-10-07

- Added support for image and file upload in settings

## 1.0.0 - 2018-10-04

- initial release
