diff --git a/docs/history.md b/docs/history.md index fbe37f22a4..4921bdb9f8 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,7 +10,7 @@ -## v2.11.0, 2023-02-XX +## v2.11.0, 2023-03-02 ### Highlights @@ -88,7 +88,8 @@ Read our [Migration Guide](https://guide.meteor.com/2.11-migration.html) for thi - removed .npm/package contents and added .gitignore * `Command line`: - - Corrected typo in vue skeleton + - Corrected typo in vue skeleton. + - Command `meteor mongo` was removed due compatibility with MongoDB v6.x of `mongosh` * `meteor@1.11.1`: - updated types to removed unused Blaze types diff --git a/guide/_config.yml b/guide/_config.yml index 68bc5cb51a..08dc4c4dd2 100644 --- a/guide/_config.yml +++ b/guide/_config.yml @@ -40,7 +40,7 @@ sidebar_categories: - index - code-style - structure - - 2.9-migration + - 2.11-migration Data: - collections - data-loading