diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc3ecc..b14bb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 725560e..9404b65 100644 --- a/README.md +++ b/README.md @@ -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.