diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 51a117fa9..a4d32a34e 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -26,6 +26,7 @@ jobs: - { os: ubuntu-latest, php: 7.4, mongodb: '4.0', experimental: false} - { os: ubuntu-latest, php: 7.4, mongodb: 4.2, experimental: false} - { os: ubuntu-latest, php: 7.4, mongodb: 4.4, experimental: false} + - { os: ubuntu-latest, php: 8.0, mongodb: 4.4, experimental: false} services: mongo: image: mongo:${{ matrix.mongodb }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3f0e1ea..2e428447a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,24 +3,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [3.8.2] - 2020-12-17 +## [3.8.2] - 2020-12-18 ### Changed - MongodbQueueServiceProvider does not use the DB Facade anymore [#2149](https://github.com/jenssegers/laravel-mongodb/pull/2149) by [@curosmj](https://github.com/curosmj) +- Add escape regex chars to DB Presence Verifier [#1992](https://github.com/jenssegers/laravel-mongodb/pull/1992) by [@andrei-gafton-rtgt](https://github.com/andrei-gafton-rtgt) + +## [3.8.1] - 2020-10-23 ### Added - Laravel 8 support by [@divine](https://github.com/divine). ### Changed -- Updated versions of all dependencies by [@divine](https://github.com/divine). +- Fix like with numeric values [#2127](https://github.com/jenssegers/laravel-mongodb/pull/2127) by [@hnassr](https://github.com/hnassr). -## [3.7.0] - 2020-09-18 +## [3.8.0] - 2020-09-03 ### Added -- Laravel 7 support by [@divine](https://github.com/divine). - -### Changed -- Updated versions of all dependencies by [@divine](https://github.com/divine). - -### Removed -- shouldUseCollections function by [@divine](https://github.com/divine). +- Laravel 8 support & updated versions of all dependencies [#2108](https://github.com/jenssegers/laravel-mongodb/pull/2108) by [@divine](https://github.com/divine). \ No newline at end of file