diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9746bd3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +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). + +## [Unreleased] + +## [1.0.0] - 2024-05-20 +## Added +- Install script improved to run with /bin/sh +- Dockerfile changed to use install script (Works on x64 and aarch64 architecture) +- Dockerfile_x64 with old build script for tests +- Script warp4j improved to support to run on aarch64 architecture + +## [origin warp4j] - 2019-02-28 +- See origin repository: https://github.com/guziks/warp4j + +[unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD +[1.0.0]: https://git.phoenix.ipv64.de/GitHub_Mirrors/warp4j/compare/master...stable +[origin warp4j]: https://github.com/guziks/warp4j \ No newline at end of file diff --git a/Dockerfile_x64_86 b/Dockerfile_x64 similarity index 100% rename from Dockerfile_x64_86 rename to Dockerfile_x64