From 486bd699ebb0d9dc2c6c2127f913c97ebb8bf462 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 3 Nov 2021 13:48:30 -0400 Subject: [PATCH] fix erroneous command name in changelog Thanks @brettgilio! --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b646f4ed..1b488308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This release contains many fixes and enhancements, plus one major user-facing fe This release includes changes to the config file format, all of which are fully backwards-compatible and do not require updating the file before upgrading. -This release includes a database change. If you have `datastore.autoupgrade` set to `true` in your configuration, it will be automatically applied when you restart Ergo. Otherwise, you can update the database manually by running `oragono upgradedb` (see the manual for complete instructions). +This release includes a database change. If you have `datastore.autoupgrade` set to `true` in your configuration, it will be automatically applied when you restart Ergo. Otherwise, you can update the database manually by running `ergo upgradedb` (see the manual for complete instructions). As part of this release, our official Docker images will move from Docker Hub to [the GitHub Container Registry at ghcr.io](https://ghcr.io); more details will be forthcoming with the final release.