diff --git a/CHANGELOG.md b/CHANGELOG.md
index 638bc2d..092ec72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+3.0.0 (August 21, 2023)
+------------------------------
+* Update minimum required Java version to 17
+
2.2.0 (October 20, 2022)
------------------------------
* Update minimum required Java version to 1.8
diff --git a/README.md b/README.md
index b7024d9..5ca7032 100755
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The proxy is developed using Java 17.
- Make sure you have [simspark and rcsserver3d](https://gitlab.com/robocup-sim/SimSpark/-/wikis/home) installed and the command `rcssserver3d` is available on your command line.
### Getting the prebuilt bersion
-We provide a prebuilt version of magmaProxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaProxy/releases) (e.g. `magmaproxy-2.2.0.zip`). The Zip file contains the JAR file as well as the start script.
+We provide a prebuilt version of magmaProxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaProxy/releases) (e.g. `magmaproxy-3.0.0.zip`). The Zip file contains the JAR file as well as the start script.
### Building from source
- Clone the repository: `git clone https://github.com/magmaOffenburg/magmaProxy.git`.
diff --git a/pom.xml b/pom.xml
index bd59906..871d5fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
magmaoffenburg
magmaproxy
jar
- 2.2.0
+ 3.0.0
magmaProxy
https://github.com/magmaOffenburg/magmaProxy
diff --git a/src/main/java/magma/tools/proxy/MagmaProxy.java b/src/main/java/magma/tools/proxy/MagmaProxy.java
index 787db01..25b9dd9 100644
--- a/src/main/java/magma/tools/proxy/MagmaProxy.java
+++ b/src/main/java/magma/tools/proxy/MagmaProxy.java
@@ -34,7 +34,7 @@
*/
public class MagmaProxy
{
- private static final String PROXY_VERSION = "2.2.0";
+ private static final String PROXY_VERSION = "3.0.0";
private final SimsparkAgentProxyServer proxy;