Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Nov 7, 2023
1 parent a37d4bb commit 986d566
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2023-11-07

### Added

- `BankAddClientPacket.sessionId` field.
Expand Down Expand Up @@ -291,7 +293,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-RC11...HEAD
[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0...HEAD
[1.0.0]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC11...v1.0.0
[1.0.0-RC11]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC10...v1.0.0-RC11
[1.0.0-RC10]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC9...v1.0.0-RC10
[1.0.0-RC9]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC8...v1.0.0-RC9
Expand Down
2 changes: 1 addition & 1 deletion eolib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eolib-parent</artifactId>
<groupId>dev.cirras</groupId>
<version>1.0.0-RC11</version>
<version>1.0.0</version>
</parent>

<artifactId>eolib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.cirras</groupId>
<artifactId>eolib-parent</artifactId>
<version>1.0.0-RC11</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>EOLib :: Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion protocol-code-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eolib-parent</artifactId>
<groupId>dev.cirras</groupId>
<version>1.0.0-RC11</version>
<version>1.0.0</version>
</parent>

<artifactId>protocol-code-generator-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eolib-parent</artifactId>
<groupId>dev.cirras</groupId>
<version>1.0.0-RC11</version>
<version>1.0.0</version>
</parent>

<artifactId>protocol-code-generator</artifactId>
Expand Down

0 comments on commit 986d566

Please sign in to comment.