From 01afebcf408555ede81836281360338bcb1c6d96 Mon Sep 17 00:00:00 2001 From: Anthony Bargnesi Date: Wed, 16 Mar 2016 15:40:33 -0400 Subject: [PATCH] bumped CHANGELOG; fixed up 0.6.0 link --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c3b8d..a86601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to openbel-api will be documented in this file. The curated This project adheres to [Semantic Versioning][Semantic Versioning]. -## [0.6.0][0.6.0] - 2016-02-03 +## [0.6.0][0.6.0] - 2016-03-16 ### Added - Retrieve evidence in a format supported by BEL translator plugins ([Issue 44][44]). - Retrieve dataset evidence in a format supported by BEL translator plugins ([Issue 99][99]). @@ -62,6 +62,7 @@ Datasets are stored with a URI computed from the scheme and host that is serving - Retrieve equivalent namespace values from the individual. - Retrieve orthologous namespace values from the individual. +[0.6.0]: https://github.com/OpenBEL/openbel-api/compare/0.5.1...0.6.0 [0.5.1]: https://github.com/OpenBEL/openbel-api/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/OpenBEL/openbel-api/compare/0.4.0...0.5.0 [Semantic Versioning]: http://semver.org