From 0225087b427ccab2fb858cea6dd31f9b54ffd336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Tesoura=20J=C3=BAnior?= Date: Sun, 17 Oct 2021 17:22:07 -0300 Subject: [PATCH] version: 7.0.3 --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5e5f5..1c8f870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [unreleased] -- Remove request param from destroy controller function -- Remove request param from softDeletes controller functions -- Block unhallowed find & findOfFail relations -- Fix base softDeletes service functions -- Update base exceptions ## [7.0.0] - 2021-05-09 @@ -46,3 +41,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add git merge pull cli - Create git cmd shortcuts - Repository soft delete trait methods + +## [7.0.3] - 2021-10-17 + +### Added +- Block unhallowed find & findOfFail relations +- Update/add new base exceptions +- .gitignore + +### Fixed +- Fix base softDeletes service functions + +### Changed +- Remove request param from destroy controller function +- Remove request param from softDeletes controller functions + +### Removed +- ./idea directory