From 18c9f1748f3ae093f253b95b7af899319098f8b2 Mon Sep 17 00:00:00 2001 From: Sai Srinivasan Date: Sun, 5 May 2024 19:03:15 -0700 Subject: [PATCH] update changelog: ' --- .github/workflows/test.yml | 1 + CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd5513a..a20c99a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,7 @@ jobs: - { ruby: '2.7.1', mongo: 'mongo:4.4', mongoid: '8' } - { ruby: '3.0.5', mongo: 'mongo:4.4', mongoid: '8' } - { ruby: '3.1.3', mongo: 'mongo:4.4', mongoid: '8' } + - { ruby: '3.1.3', mongo: 'mongo:4.4', mongoid: '9' } experimental: [false] name: test (ruby=${{ matrix.entry.ruby }}, mongo=${{ matrix.entry.mongo }}, mongoid=${{ matrix.entry.mongoid }}) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb8115..88ab3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ## Changelog -### 2.0.3 (Next) +### 3.0.0 * [#102](https://github.com/mongoid/mongoid-locker/pull/102): Re-added danger, removed Travis-CI config, extracted RuboCop - [@dblock](https://github.com/dblock). * [#104](https://github.com/mongoid/mongoid-locker/pull/104): Fixed code coverage - [@dblock](https://github.com/dblock). * [#101](https://github.com/mongoid/mongoid-locker/pull/101): Replace the $where operator with the $expr operator - [@amanfrinati](https://github.com/amanfrinati). -* Your contribution here. +* [#105](https://github.com/mongoid/mongoid-locker/pull/105): Upgraded supported mongoid version to version 9.0 - [@saisrinivasan](https://github.com/SairamSrinivasan) ### 2.0.2 (2023-01-24)