From 4c7433dfaedee5640b47372c0a57445891ad1d34 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 10 Jul 2024 01:12:37 +0000 Subject: [PATCH] Fixed change log. --- .scrutinizer.yml | 2 +- CHANGELOG.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9446200..70e67a6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -12,4 +12,4 @@ build: analysis: tests: override: - - php-scrutinizer-ru \ No newline at end of file + - php-scrutinizer-run \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d85381c..712778a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v2.0.0] - 2024-07-10 ### Added - Doctrine DBAL driver middleware to log database operations with duration - `EntityCollection`, `EntityManagerFactory` to manages ORM and DBAL access to databases @@ -26,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Completely remake for Slick v1.2.0. - First released stand alone ORM package for Slick framework. -[Unreleased]: https://github.com/slickframework/orm/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/slickframework/orm/compare/v2.0.0...HEAD +[v2.0.0]: https://github.com/slickframework/orm/compare/v1.2.0...v2.0.0 [v1.2.0]: https://github.com/slickframework/orm/compare/724593...v1.2.0 \ No newline at end of file