# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.11.0] - 2022-02-16
### Added
- Added Laravel 9 support. (Thank you [grantholle](https://github.com/grantholle)) ([PR#80](https://github.com/jamesmills/laravel-timezone/pull/80))
- Make the message shown to users when timezone is set configurable. (Thank you [samtlewis](https://github.com/samtlewis)) ([PR#66](https://github.com/jamesmills/laravel-timezone/pull/66))
- Added option to enable Carbon's translatedFormat. (Thank you [aldesrahim](https://github.com/aldesrahim)) ([PR#69](https://github.com/jamesmills/laravel-timezone/pull/69))


## [1.8.0] - 2020-01-22
### Added
- Added the ability to turn off flash messages and use others packages. (Thank you [amandiobm](https://github.com/amandiobm)) ([PR#15](https://github.com/jamesmills/laravel-timezone/pull/15))

## [1.7.0] - 2020-01-21
### Added
- Added the ability to lookup within any attribute on the request helper, by any key. (Thank you [amandiobm](https://github.com/amandiobm)) ([PR#13](https://github.com/jamesmills/laravel-timezone/pull/13))

## [1.6.0] - 2020-01-16
### Added
- Ability to change the default format (Thank you [amandiobm](https://github.com/amandiobm)) ([PR#12](https://github.com/jamesmills/laravel-timezone/pull/12))
### Fixed
- Formatting bug where blade directive was removing all spaces (Thank you [amandiobm](https://github.com/amandiobm)) ([PR#11](https://github.com/jamesmills/laravel-timezone/pull/11))

## [1.5.0] - 2020-01-15
### Added
- Ability to publish migration dynamically (Thank you [amandiobm](https://github.com/amandiobm)) ([PR#7](https://github.com/jamesmills/laravel-timezone/pull/7))

## [1.4.0] - 2020-01-09
### Added
- Added config option for overwriting database value (Thank you [micahhenshaw](https://github.com/micahhenshaw)) ([PR#5](https://github.com/jamesmills/laravel-timezone/pull/5))

## [1.3.0] - 2019-10-21
### Added
- Support to `laravel/framework:^6` ([604edb3](https://github.com/jamesmills/laravel-timezone/commit/604edb350bbf12f042b40bc0f0c7effd4a46bfe7))
- This CHANGELOG file ([29a8002](https://github.com/jamesmills/laravel-timezone/commit/29a800262c159f31fed0b52d79c9f2a41d871b6d))