From a036165a16465e353b2ff319decba05fba083836 Mon Sep 17 00:00:00 2001 From: Adviti Mishra Date: Mon, 29 Jul 2024 13:24:36 -0400 Subject: [PATCH 1/2] Added a pointer to docs-mongoid in the README.md (#5843) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0eaa465a95..73068a1aba 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Mongoid has [extensive user documentation](https://www.mongodb.com/docs/mongoid/ Mongoid is built on top of the MongoDB Ruby driver which has [its own user documentation](https://www.mongodb.com/docs/ruby-driver/current/). +High-level Mongoid documentation including tutorials and the reference that were in the docs folder can now be found at the docs-mongoid repository, [here](https://github.com/mongodb/docs-mongoid). + Compatibility ------------- From 15e2ba905de781727cc48ea58865416d9d8274b9 Mon Sep 17 00:00:00 2001 From: Adviti Mishra Date: Mon, 29 Jul 2024 15:35:29 -0400 Subject: [PATCH 2/2] Bumped the version in version.rb from 9.0.0 to 9.0.1 (#5844) --- lib/mongoid/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongoid/version.rb b/lib/mongoid/version.rb index a757d0eef8..5c387633df 100644 --- a/lib/mongoid/version.rb +++ b/lib/mongoid/version.rb @@ -2,5 +2,5 @@ # rubocop:todo all module Mongoid - VERSION = "9.0.0" + VERSION = "9.0.1" end