github consuldemocracy/consuldemocracy 2.1.1

one month ago

Here's release 2.1.1. This is a maintenance release with:

  • Several updates in our gems and Continuous Integration dependencies, including the latest security fixes
  • Fixes for a few tests that fail sometimes with Rails classic autoloader
  • A few small bugfixes

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.1.0 or release 2.0.1, you can just:

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

If you're upgrading from version 2.0.1, make sure to check version 2.1.0 release notes too.

Don't miss a new consuldemocracy release

NewReleases is sending notifications on new releases.