diff --git a/README.md b/README.md
index ac25dc4be..13700c9dd 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Neural Compressor
An open-source Python library supporting popular model compression techniques for ONNX
[![python](https://img.shields.io/badge/python-3.8%2B-blue)](https://github.com/onnx/neural-compressor)
-[![version](https://img.shields.io/badge/release-2.5-green)](https://github.com/onnx/neural-compressor/releases)
+[![version](https://img.shields.io/badge/release-1.0-green)](https://github.com/onnx/neural-compressor/releases)
[![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/onnx/neural-compressor/blob/master/LICENSE)
diff --git a/docs/installation_guide.md b/docs/installation_guide.md
index 0a62c7f1d..50e94f457 100644
--- a/docs/installation_guide.md
+++ b/docs/installation_guide.md
@@ -42,8 +42,9 @@ The following prerequisites and requirements must be satisfied for a successful
### Validated Hardware Environment
#### Neural Compressor supports CPUs based on [Intel 64 architecture or compatible processors](https://en.wikipedia.org/wiki/X86-64):
-* Intel Xeon Scalable processor (formerly Skylake, Cascade Lake, Cooper Lake, Ice Lake, Lunar Lake, and Sapphire Rapids)
+* Intel Xeon Scalable processor (formerly Skylake, Cascade Lake, Cooper Lake, Ice Lake, and Sapphire Rapids)
* Intel Xeon CPU Max Series (formerly Sapphire Rapids HBM)
+* Intel Core Ultra Processors (Meteor Lake, Lunar Lake)
### Validated Software Environment