diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b6294..c2776e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.2.3 (April 4, 2022) +------------------------------ +* Improved reliability when counting scored goals +* Kicks disrupting the game flow are now prevented from being executed +* *Internal: Updated libraries* +* *Internal: Removed Gson dependency* + 1.2.2 (March 5, 2021) ------------------------------ * Prevent losing orientation by limiting the maximum NeckPitch angle to zero degrees diff --git a/README.md b/README.md index c7553f6..b939ce7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It should be compatible with older JREs, too, but this is not verified. - Make sure you have Java installed and available on your command line. ### Getting the prebuilt version -We provide a prebuilt version of the Fat Proxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaFatProxy/releases) (e.g. `magmafatproxy-1.2.2.zip`). The Zip file contains the JAR file as well as the start script. +We provide a prebuilt version of the Fat Proxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaFatProxy/releases) (e.g. `magmafatproxy-1.2.3.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/magmaFatProxy`. diff --git a/pom.xml b/pom.xml index ddd1a3f..11d647f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ magmaoffenburg magmafatproxy jar - 1.2.2 + 1.2.3 magmaFatProxy https://github.com/magmaOffenburg/magmaFatProxy diff --git a/src/main/java/magma/fatproxy/MagmaFatProxy.java b/src/main/java/magma/fatproxy/MagmaFatProxy.java index 09bb6cf..efd3d72 100644 --- a/src/main/java/magma/fatproxy/MagmaFatProxy.java +++ b/src/main/java/magma/fatproxy/MagmaFatProxy.java @@ -28,7 +28,7 @@ */ public class MagmaFatProxy { - private static final String PROXY_VERSION = "1.2.2"; + private static final String PROXY_VERSION = "1.2.3"; /** * Instantiates and starts the Simspark agent proxy.