diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d93f9e..3f061f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] - 2020-02-02 + +### Changed + +- #10: Improved shared memory cleanup code. + ## [2.0.1] - 2020-02-02 -# Fixed +### Fixed - #10: Properly detach from and cleanup shared memory. @@ -59,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added progress callbacks to Deferred. - Added serializable objects for exit and error messages. -[Unreleased]: https://github.com/TheLevti/spork/compare/2.0.1...HEAD +[Unreleased]: https://github.com/TheLevti/spork/compare/2.0.2...HEAD +[2.0.2]: https://github.com/TheLevti/spork/releases/2.0.2 [2.0.1]: https://github.com/TheLevti/spork/releases/2.0.1 [2.0.0]: https://github.com/TheLevti/spork/releases/2.0.0 [1.0.0]: https://github.com/TheLevti/spork/releases/1.0.0