diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c2cd5..8650e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v0.2] ### Added - WIP: faq.md - numGroups, numChains, numModels fields @@ -25,4 +25,4 @@ All notable changes to this project will be documented in this file, following t - Initial release -[Unreleased]: https://github.com/rcsb/mmtf/compare/v0.1...HEAD \ No newline at end of file +[v0.2]: https://github.com/rcsb/mmtf/compare/v0.1...v0.2 \ No newline at end of file diff --git a/README.md b/README.md index 70e9b69..de10bc4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ The following encoding/decoding libaries implementing the specification are avai * [JavaScript decoder](https://github.com/rcsb/mmtf-javascript) +## Version 0.2 + +* [See changelog](https://github.com/rcsb/mmtf/releases/tag/v0.2) +* [See specification](https://github.com/rcsb/mmtf/blob/v0.2/spec.md) +* [See test-suite](https://github.com/rcsb/mmtf/blob/v0.2/test-suite) +* [Download release](https://github.com/rcsb/mmtf/archive/v0.2.zip) + + ## Version 0.1 * [See changelog](https://github.com/rcsb/mmtf/releases/tag/v0.1)