Skip to content

Commit

Permalink
Update doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Labazin authored and Artem Labazin committed Jan 28, 2018
1 parent 2b5a9fe commit bb8f8b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Simplify serialize/deserialize mechanism.
- Add EPMD client.
- Add EPMD server.
- Add more unit and integration tests.

## [0.0.2](https://github.com/appulse-projects/epmd-java/releases/tag/0.0.2) - 2018-01-28

### Changed

- Simplified serialiation/deserialization mechanism.

## [0.0.1](https://github.com/appulse-projects/epmd-java/releases/tag/0.0.1) - 2018-01-26

Initial release. Core serialized/deserialized POJOs for communication between EPMD client and server.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

This is the set of projects, which implementing EPMD server and client.

- [Core description](./core/README.md);

## Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Expand Down

0 comments on commit bb8f8b5

Please sign in to comment.