Skip to content

Commit

Permalink
Merge pull request #146 from dblock/database-versions
Browse files Browse the repository at this point in the history
Added support for MongoDB 5.0.
  • Loading branch information
dblock authored Mar 7, 2022
2 parents 7623dcd + c4c1645 commit 1fed748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- { ruby: 2.6.2, mongoid: 7.2.3, mongodb: 4.4 }
- { ruby: 2.6.2, mongoid: 7.3.0, mongodb: 4.4 }
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 4.4 }
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 5.0 }
name: test (ruby=${{ matrix.entry.ruby }}, mongoid=${{ matrix.entry.mongoid }}, mongodb=${{ matrix.entry.mongodb }})
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#### 1.2.2 (Next)

* [#145](https://github.com/slack-ruby/slack-ruby-bot-server/pull/145): Added support for ruby 3.1 - [@dblock](https://github.com/dblock).
* [#145](https://github.com/slack-ruby/slack-ruby-bot-server/pull/145): Added support for Ruby 3.1 - [@dblock](https://github.com/dblock).
* [#146](https://github.com/slack-ruby/slack-ruby-bot-server/pull/146): Added support for MongoDB 5.0 - [@dblock](https://github.com/dblock).
* Your contribution here.

#### 1.2.1 (2022/03/06)
Expand Down

0 comments on commit 1fed748

Please sign in to comment.