Update to version 1.9.0

Bump version information for 1.9.0 release

Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/README.md b/README.md
index 16f52e4..0af8a22 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 [travis]: https://travis-ci.org/mcu-tools/mcuboot
 [license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
 
-This is MCUboot version 1.9.0-rc2
+This is MCUboot version 1.9.0
 
 MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
 common infrastructure for the bootloader and the system flash layout on
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3be209d..43af557 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -31,6 +31,7 @@
 - Remove zephyr example test running in shell.  The Go version is
   primary and much more featureful.
 - imgtool: make `--max-align` default reasonable in most cases.
+- Implement the mcumgr echo command in serial boot mode
 
 ### Security fixes
 
diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py
index 466f3b2..a7f5978 100644
--- a/scripts/imgtool/__init__.py
+++ b/scripts/imgtool/__init__.py
@@ -14,4 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-imgtool_version = "1.9.0rc2"
+imgtool_version = "1.9.0"