Here's release 2.3.1. This is a maintenance release with:
- Several updates in our dependencies, including the latest security fixes
- Accessibility enhancements and small improvements
- Improvements in our test suite to make it more robust
- Improved documentation to upgrade Consul Democracy
Check the Changelog to see all the changes.
Updating your fork
Check how to keep your fork updated; if you’re upgrading from version 2.3.0 or version 2.2.2, you can just:
git checkout master
git pull
git checkout -b release
git fetch upstream tag 2.3.1
git merge 2.3.1
git checkout master
git merge release
git branch -d release
git push
If you're upgrading from version 2.2.2, make sure to check version 2.3.0 release notes too.
Feedback
Please let us know how hard/smooth it was to upgrade your Consul Democracy installation or any problems you're having while upgrading! We've opened the release 2.3.1 discussion for that purpose.