release 0.7 (#1076)

diff --git a/ChangeLog b/ChangeLog
index a107e93..9f74094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-17  Google Inc. <opensource@google.com>
+
+	* google-glog: version 0.7.0.
+	* See git log for the details.
+
 2022-04-05  Google Inc. <opensource@google.com>
 
 	* google-glog: version 0.6.0.
diff --git a/README.rst b/README.rst
index 694a801..026cbb5 100644
--- a/README.rst
+++ b/README.rst
@@ -65,7 +65,7 @@
    cmake_minimum_required (VERSION 3.16)
    project (myproj VERSION 1.0)
 
-   find_package (glog 0.6.0 REQUIRED)
+   find_package (glog 0.7.0 REQUIRED)
 
    add_executable (myapp main.cpp)
    target_link_libraries (myapp glog::glog)