diff --git a/CHANGELOG.md b/CHANGELOG.md index 56028f7f..1c57c56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v2.0.1...v2.1.0) (2023-05-03) + + +### Features + +* add renovate support ([ad8ea9f](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/ad8ea9f01efb39437db462c40edc75666aa3f272)) + ## [2.0.1](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v2.0.0...v2.0.1) (2023-05-03) diff --git a/package.json b/package.json index c2b48af0..4d93d63d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.1", + "version": "2.1.0", "repository": { "url": "https://github.com/wayofdev/laravel-cycle-orm-adapter.git" }