# Changelog

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

## 1.6.1 - 2024-03-13

### What's Changed

* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/64
* [feat] add table prefix to ciphersweet:encrypt command by @aryala7 in https://github.com/spatie/laravel-ciphersweet/pull/60

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.6.0...1.6.1

## 1.6.0 - 2024-03-13

### What's Changed

* Addition of `permit_empty` Configuration to README by @alissn in https://github.com/spatie/laravel-ciphersweet/pull/61
* Laravel 11.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-ciphersweet/pull/63

### New Contributors

* @alissn made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/61
* @laravel-shift made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/63

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

## 1.5.0 - 2023-11-07

### What's Changed

- Add option base64 to GenerateKeyCommand for generate key in base64. T… by @gawsoftpl in https://github.com/spatie/laravel-ciphersweet/pull/49
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/52
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/54
- Ensure null values are not encrypted by @yormy in https://github.com/spatie/laravel-ciphersweet/pull/57

### New Contributors

- @gawsoftpl made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/49
- @yormy made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/57

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.4.1...1.5.0

## 1.4.1 - 2023-08-14

### What's Changed

- Fix tests & phpstan by @rjindael in https://github.com/spatie/laravel-ciphersweet/pull/48

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.4.0...1.4.1

## 1.4.0 - 2023-08-14

### What's Changed

- [feat] update readme.md by @aryala7 in https://github.com/spatie/laravel-ciphersweet/pull/46
- Revamp key generation command by @rjindael in https://github.com/spatie/laravel-ciphersweet/pull/47

### New Contributors

- @rjindael made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/47

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.3.0...1.4.0

## 1.3.0 - 2023-07-11

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/35
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/37
- Fix documentation regarding encryption key setup and use by @mgkimsal in https://github.com/spatie/laravel-ciphersweet/pull/40
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/41
- [feat] add permit_empty to config file by @aryala7 in https://github.com/spatie/laravel-ciphersweet/pull/43

### New Contributors

- @mgkimsal made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/40

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.2.0...1.3.0

## 1.2.0 - 2023-03-31

### What's Changed

- Implement custom backend by @stevenmaguire in https://github.com/spatie/laravel-ciphersweet/pull/29

### New Contributors

- @stevenmaguire made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/29

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.1.0...1.2.0

## 1.1.0 - 2023-03-30

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/25
- [feat] implement sortDir as an optional argument by @aryala7 in https://github.com/spatie/laravel-ciphersweet/pull/27
- Allow implementing a custom provider

### New Contributors

- @aryala7 made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/27

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.0.4...1.1.0

## 1.0.4 - 2023-01-26

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/19
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/20
- Update README.md by @TeddyBear06 in https://github.com/spatie/laravel-ciphersweet/pull/23
- Bump ramsey/composer-install from 1 to 2 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/22

### New Contributors

- @TeddyBear06 made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/23

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.0.3...1.0.4

## 1.0.3 - 2022-07-26

- Move deleting blind indexes to trait so it can be overridden

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

## 1.0.2 - 2022-07-15

- Blind indexes now use upserts instead of updateOrInsert

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

## 1.0.1 - 2022-07-11

### What's Changed

- Typo error in  README.md by @raksbisht in https://github.com/spatie/laravel-ciphersweet/pull/1
- Return type in model's observer methods by @raksbisht in https://github.com/spatie/laravel-ciphersweet/pull/2
- Typo error in GeneratekeyCommand.php info text. by @raksbisht in https://github.com/spatie/laravel-ciphersweet/pull/3
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/spatie/laravel-ciphersweet/pull/7
- Add docblock to configureCipherSweet in README with usage instructions by @jeffersonmartin in https://github.com/spatie/laravel-ciphersweet/pull/11
- Fix Service Provider `buildBackend` method to use correct config array key by @jeffersonmartin in https://github.com/spatie/laravel-ciphersweet/pull/10
- Fix docblock formatting typo in config/ciphersweet.php by @jeffersonmartin in https://github.com/spatie/laravel-ciphersweet/pull/9

### New Contributors

- @raksbisht made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/1
- @dependabot made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/7
- @jeffersonmartin made their first contribution in https://github.com/spatie/laravel-ciphersweet/pull/11

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/1.0.0...1.0.1

## 1.0.0 - 2022-06-30

- Initial release! 🎉

**Full Changelog**: https://github.com/spatie/laravel-ciphersweet/compare/0.0.1...1.0.0

## 0.0.1 - 2022-06-30

- experimental release
