Version release 2.2.1.

Here’s release 2.2.1. of the Consul Democracy open source software. This is a maintenance release with:

Check the Changelog to see all the changes.

Updating your fork

Check how to keep your fork updated; if you’re upgrading from release 2.2.0 or release 2.1.1, you can just:

git checkout master
git pull
git checkout -b release
git fetch upstream tag 2.2.1
git merge 2.2.1
git checkout master
git merge release
git branch -d release
git push

If you’re upgrading from version 2.1.1, make sure to check version 2.2.0 release notes too.