From 016ca40665e8ef6b6e6926e17013da466aa7a467 Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 27 Oct 2016 14:40:39 +0200 Subject: [PATCH] Added note about new version labeling scheme starting with #752 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41755dc7..f5504ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ committed: - @MinchinWeb - [Pull Request #696](https://github.com/bigchaindb/bigchaindb/pull/696) ### Notes +- We made a small change to how we do version labeling. Going forward, we will have the version label set to 0.X.Y.dev in the master branch as we work on what will eventually be released as version 0.X.Y. The version number will only be changed to 0.X.Y just before the release. This version labeling scheme began with [Pull Request #752](https://github.com/bigchaindb/bigchaindb/pull/752) - Several additions and changes to the documentation, e.g. Pull Requests [#618](https://github.com/bigchaindb/bigchaindb/pull/618), [#621](https://github.com/bigchaindb/bigchaindb/pull/621),