# Changelog

All notable changes to `laravel-slack-alerts` will be documented in this file.

## 1.7.2 - 2025-04-29

### What's Changed

* Add fake by @freekmurze in https://github.com/spatie/laravel-slack-alerts/pull/61

### New Contributors

* @freekmurze made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/61

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.7.1...1.7.2

## 1.7.1 - 2025-04-17

### What's Changed

* Enabled config option by @ReinisL in https://github.com/spatie/laravel-slack-alerts/pull/60

### New Contributors

* @ReinisL made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/60

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.7.0...1.7.1

## 1.7.0 - 2025-03-20

### What's Changed

* Feature: added support of icon_emoji by @vzhabonos in https://github.com/spatie/laravel-slack-alerts/pull/58

### New Contributors

* @vzhabonos made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/58

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.6.0...1.7.0

## 1.6.0 - 2025-02-26

### What's Changed

* Added queue to the config file in the README.md by @mikkellindblom in https://github.com/spatie/laravel-slack-alerts/pull/55
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/56
* Update composer.json for Laravel 12 by @phil-hudson in https://github.com/spatie/laravel-slack-alerts/pull/57

### New Contributors

* @mikkellindblom made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/55
* @phil-hudson made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/57

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.5.0...1.6.0

## 1.5.0 - 2024-08-28

### What's Changed

* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/52
* Add Set Icon and Username ability; add missing onQueue declaration by @d2inco in https://github.com/spatie/laravel-slack-alerts/pull/54

### New Contributors

* @d2inco made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/54

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.4.0...1.5.0

## 1.4.0 - 2024-05-06

### What's Changed

* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/45
* Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/46
* Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/48
* Add queue support for Slack alerts by @mcpuishor in https://github.com/spatie/laravel-slack-alerts/pull/47

### New Contributors

* @mcpuishor made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/47

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.3.1...1.4.0

## 1.3.1 - 2024-02-09

### What's Changed

* Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/35
* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/38
* Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/39
* Add Laravel 11 compatability by @AJenbo in https://github.com/spatie/laravel-slack-alerts/pull/44

### New Contributors

* @AJenbo made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/44

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.3.0...1.3.1

## 1.3.0 - 2023-06-27

### What's Changed

- Feature: Added ability to send message to a custom channel. by @bohdanlopatkin in https://github.com/spatie/laravel-slack-alerts/pull/34

### New Contributors

- @bohdanlopatkin made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/34

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.2.1...1.3.0

## 1.2.1 - 2023-06-17

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/29
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/30
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/32
- Fix SendToSlackChannelJob retry on error by @tominon in https://github.com/spatie/laravel-slack-alerts/pull/33

### New Contributors

- @tominon made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/33

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.2.0...1.2.1

## 1.2.0 - 2023-02-20

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/26
- Add support to send a set of blocks by @riasvdv in https://github.com/spatie/laravel-slack-alerts/pull/27

### New Contributors

- @riasvdv made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/27

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.1.2...1.2.0

## 1.1.2 - 2023-01-25

- support L10

## 1.1.1 - 2022-09-05

### What's Changed

- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/13
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/14
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/12
- Update Readme - Add Mentions by @paulber33 in https://github.com/spatie/laravel-slack-alerts/pull/16
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/17
- Ignore also '' as webhook URL, not just NULL ones by @levu42 in https://github.com/spatie/laravel-slack-alerts/pull/18

### New Contributors

- @paulber33 made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/16
- @levu42 made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/18

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.1.0...1.1.1

## 1.1.0 - 2022-03-03

- Ignore missing webhook urls, so it's safe to only have hooks setup in production, without your local development crashing

## 1.1.0 - 2022-03-03

- Ignore missing webhook urls, so it's safe to only have hooks setup in production, without your local development crashing

## 1.0.3 - 2022-02-24

## What's Changed

- Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in https://github.com/spatie/laravel-slack-alerts/pull/9
- Feature/custom webhook url by @Nielsvanpach in https://github.com/spatie/laravel-slack-alerts/pull/10

## New Contributors

- @dependabot made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/9

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.0.2...1.0.3

## 1.0.2 - 2022-01-28

## What's Changed

- Support Laravel 9 by @Nielsvanpach
- Fix method name in README by @miclf in https://github.com/spatie/laravel-slack-alerts/pull/1
- Make error message consistent with the other ones by @miclf in https://github.com/spatie/laravel-slack-alerts/pull/2

## New Contributors

- @miclf made their first contribution in https://github.com/spatie/laravel-slack-alerts/pull/1

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/1.0.1...1.0.2

## 1.0.1 - 2022-01-21

- use env variable in config

## 1.0.0 - 2022-01-21

- stable release

## 0.0.4 - 2022-01-11

**Full Changelog**: https://github.com/spatie/laravel-slack-alerts/compare/0.0.3...0.0.4

## 0.0.1 - 2022-01-10

- experimental release

## 1.0.0 - 202X-XX-XX

- initial release
