diff --git a/CHANGELOG.md b/CHANGELOG.md index d291dab3..ebd2fb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-RC7] - 2023-04-08 + ### Added - Sanitize `0xFF` bytes in strings when writing chunked data structures. @@ -215,7 +217,8 @@ With this change, the `InitReply.FILE*` enum values are now `InitReply.FILE_*`. - Data encryption - Packet sequencer -[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC6...HEAD +[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC7...HEAD +[1.0.0-RC7]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC6...v1.0.0-RC7 [1.0.0-RC6]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC5...v1.0.0-RC6 [1.0.0-RC5]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC4...v1.0.0-RC5 [1.0.0-RC4]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC3...v1.0.0-RC4 diff --git a/eolib/pom.xml b/eolib/pom.xml index e4a1d7ca..35d1b1bb 100644 --- a/eolib/pom.xml +++ b/eolib/pom.xml @@ -5,7 +5,7 @@ eolib-parent dev.cirras - 1.0.0-RC6 + 1.0.0-RC7 eolib diff --git a/pom.xml b/pom.xml index 19224239..29a40a69 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.cirras eolib-parent - 1.0.0-RC6 + 1.0.0-RC7 pom EOLib :: Parent diff --git a/protocol-code-generator-maven-plugin/pom.xml b/protocol-code-generator-maven-plugin/pom.xml index 6476f73d..acd87cd0 100644 --- a/protocol-code-generator-maven-plugin/pom.xml +++ b/protocol-code-generator-maven-plugin/pom.xml @@ -5,7 +5,7 @@ eolib-parent dev.cirras - 1.0.0-RC6 + 1.0.0-RC7 protocol-code-generator-maven-plugin diff --git a/protocol-code-generator/pom.xml b/protocol-code-generator/pom.xml index e3bf4056..9001993e 100644 --- a/protocol-code-generator/pom.xml +++ b/protocol-code-generator/pom.xml @@ -5,7 +5,7 @@ eolib-parent dev.cirras - 1.0.0-RC6 + 1.0.0-RC7 protocol-code-generator