prep for 2.7.0.1 release
diff --git a/.env b/.env
index 994a232..5c8a63b 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=2.7.0.0
\ No newline at end of file
+TAG=2.7.0.1
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index bf74389..91df243 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,10 @@
 As of 2.5.0.1, we started adding a digit for Docker versions.  Going forward, we'll include
 a four digit version, where the first three are the Tika version and the last one is the docker version.
 As of 2.5.0.2, we started tagging release commits in our github repo.
+* 2.7.0.1 (27 Mar 2023)
+  * More efficient build process and final image size via @stumpylog on [pr#17](https://github.com/apache/tika-docker/pull).
 
-* 2.7.0.0 (6 Feb 2022)
+* 2.7.0.0 (6 Feb 2023)
   * Initial release for Tika 2.7.0
 
 * 2.6.0.1 (10 November 2022)
diff --git a/README.md b/README.md
index 352647d..60c4b9d 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,10 @@
 ## Available Tags
 
 Below are the most recent 2.x series tags:
-- `latest`, `2.7.0.0`: Apache Tika Server 2.7.0.0 (Minimal)
-- `latest-full`, `2.7.0.0-full`: Apache Tika Server 2.7.0.0 (Full)
+- `latest`, `2.7.0.1`: Apache Tika Server 2.7.0.0 (Minimal)
+- `latest-full`, `2.7.0.1-full`: Apache Tika Server 2.7.0.0 (Full)
+- `2.7.0.1`, `2.7.0.1`: Apache Tika Server 2.7.0.0 (Minimal)
+- `2.7.0.1`, `2.7.0.1-full`: Apache Tika Server 2.7.0.0 (Full)
 - `2.6.0.1`: Apache Tika Server 2.6.0.1 (Minimal)
 - `2.6.0.1-full`: Apache Tika Server 2.6.0.1 (Full)
 - `2.6.0.0`: Apache Tika Server 2.6.0.0 (Minimal)