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 ------------- 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