From a1d689ad91e1c861cc555bb0aeb71956c7db032c Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 8 Apr 2022 19:25:38 +0200 Subject: [PATCH] new version --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e92e9e..e0fe8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## [7.5.3] - Unreleased +## [7.5.3] - 2022-04-08 ### Fixed - `orWhereSprintf` return error [#49]. @@ -142,7 +142,7 @@ This library was rewritten and a lot of breaking changes were included. [#44]: https://github.com/oscarotero/simple-crud/issues/44 [#49]: https://github.com/oscarotero/simple-crud/issues/49 -[7.5.3]: https://github.com/oscarotero/simple-crud/compare/v7.5.2...HEAD +[7.5.3]: https://github.com/oscarotero/simple-crud/compare/v7.5.2...v7.5.3 [7.5.2]: https://github.com/oscarotero/simple-crud/compare/v7.5.1...v7.5.2 [7.5.1]: https://github.com/oscarotero/simple-crud/compare/v7.5.0...v7.5.1 [7.5.0]: https://github.com/oscarotero/simple-crud/compare/v7.4.2...v7.5.0