diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06b3cf4..86d5d65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.7.4] - 2021-04-22
+### Changed
+- Changed how the docker is built.
+
## [1.7.3] - 2021-04-19
### Changed
- Fixed issue (hopefully) where sometimes the name of the torrent would change.
diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html
index 783ea16..664ea12 100644
--- a/client/src/app/navbar/navbar.component.html
+++ b/client/src/app/navbar/navbar.component.html
@@ -49,7 +49,7 @@
Profile
Logout
- Version 1.7.3
+ Version 1.7.4
diff --git a/docker-publish.bat b/docker-publish.bat
deleted file mode 100644
index cea421d..0000000
--- a/docker-publish.bat
+++ /dev/null
@@ -1 +0,0 @@
-docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag rogerfar/rdtclient .
\ No newline at end of file
diff --git a/package.json b/package.json
index 7b3239d..d954677 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdt-client",
- "version": "1.7.3",
+ "version": "1.7.4",
"description": "This is a web interface to manage your torrents on Real-Debrid.",
"main": "index.js",
"dependencies": {
diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj
index 7e48c44..e0786ab 100644
--- a/server/RdtClient.Web/RdtClient.Web.csproj
+++ b/server/RdtClient.Web/RdtClient.Web.csproj
@@ -4,7 +4,7 @@
net5.0
Exe
94c24cba-f03f-4453-a671-3640b517c573
- 1.7.3
+ 1.7.4