diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7bd5a7d7..e7f1a0e67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,5 @@
# Maxwell changelog
-### [v1.26.5](https://github.com/zendesk/maxwell/releases/tag/v1.26.5): "Producer partitioning by thread id"
-
-
- - Allows Kinesis Producer to partition Kinesis Records by thread id
-
-
### [v1.26.4](https://github.com/zendesk/maxwell/releases/tag/v1.26.4): "Now function precision support"
diff --git a/Dockerfile b/Dockerfile
index 27073eb75..461edf15e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM maven:3.6-jdk-11
-ENV MAXWELL_VERSION=1.26.5 KAFKA_VERSION=1.0.0
+ENV MAXWELL_VERSION=1.26.4 KAFKA_VERSION=1.0.0
RUN apt-get update \
&& apt-get -y upgrade \
diff --git a/README.md b/README.md
index ae24c71fe..83e300963 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ search indexing and inter-service communication. Maxwell gives you some of the
benefits of event sourcing without having to re-architect your entire platform.
Download:
-[https://github.com/zendesk/maxwell/releases/download/v1.26.5/maxwell-1.26.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.5/maxwell-1.26.5.tar.gz)
+[https://github.com/zendesk/maxwell/releases/download/v1.26.4/maxwell-1.26.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.4/maxwell-1.26.4.tar.gz)
Source:
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md
index e71452392..f169bb28d 100644
--- a/docs/docs/quickstart.md
+++ b/docs/docs/quickstart.md
@@ -1,13 +1,13 @@
### Download
***
-- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.26.5/maxwell-1.26.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.5/maxwell-1.26.5.tar.gz)
+- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.26.4/maxwell-1.26.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.4/maxwell-1.26.4.tar.gz)
- Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
- Obligatory copy/paste to terminal:
```
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.26.4/maxwell-1.26.4.tar.gz \
| tar zxvf -
-cd maxwell-1.26.5
+cd maxwell-1.26.4
```
or get the docker image:
diff --git a/pom.xml b/pom.xml
index 9bb61966c..355fc1870 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.zendesk
maxwell
- 1.26.5
+ 1.26.4
jar
maxwell