From e300081644cf726f52d02a159179956a5221e4d7 Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Sun, 6 Mar 2016 01:31:03 -0600 Subject: [PATCH] Flip the update order --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87cabd..a1ff62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ -**2.0.0** *(Feb 1st 2016)* -- Servers are now referenced by their name on the graph controls instead of their IP. -- Servers now display their name on hover instead of their IP. -- Graph controls are now saved and loaded automatically. -- Moved server configuration into servers.json from config.json. +**2.2.0** *(Mar 6 2016)* +- Added supported versions per network (courtesy of [@forairan](https://github.com/forairan)) +- Updated dependency version of ```mc-ping-updated``` to 0.1.0 -**2.1.0** *(Feb 23rd 2016)* +**2.1.0** *(Feb 23 2016)* - You can now categorize servers. Add a "category tag" to their entry in ```servers.json```. - Define the tags in ```config.json```, such as below: @@ -22,6 +20,8 @@ - New header design to make it less annoying. - Various bug fixes. -**2.2.0** *(Mar 6th 2016)* -- Added supported versions per network (courtesy of [@forairan](https://github.com/forairan)) -- Updated dependency version of ```mc-ping-updated``` to 0.1.0 +**2.0.0** *(Feb 1 2016)* +- Servers are now referenced by their name on the graph controls instead of their IP. +- Servers now display their name on hover instead of their IP. +- Graph controls are now saved and loaded automatically. +- Moved server configuration into servers.json from config.json.